MindMap/frontend/node_modules/cheerio-select
lixinran b5c56d4946 feat: 修复markdown表格渲染问题
- 正确配置Mind Elixir的markdown渲染器,支持表格渲染为HTML格式
2025-09-10 15:27:37 +08:00
..
lib feat: 修复markdown表格渲染问题 2025-09-10 15:27:37 +08:00
LICENSE feat: 修复markdown表格渲染问题 2025-09-10 15:27:37 +08:00
README.md feat: 修复markdown表格渲染问题 2025-09-10 15:27:37 +08:00
package.json feat: 修复markdown表格渲染问题 2025-09-10 15:27:37 +08:00

README.md

cheerio-select NPM version Build Status Downloads Coverage

CSS selector engine supporting jQuery selectors, based on css-select.

Supports all jQuery positional pseudo-selectors:

  • :first
  • :last
  • :eq
  • :nth
  • :gt
  • :lt
  • :even
  • :odd
  • :not(:positional), where :positional is any of the above.

This library is a thin wrapper around css-select. Only use this module if you will actually use jQuery positional selectors.