docsify
docsify copied to clipboard
π A magical documentation site generator.
We found a couple lately, so just double check there are no more.
## Feature request Enable the use of [markdown-it](https://github.com/markdown-it/markdown-it) renderer instead of marked. #### What problem does this feature solve? Docsify is an incredibly well designed documentation generator and its ease...
## Summary The Prism code highlight requires a strict order per langs. It is hard for users to find out the right order to put the langs importing ``. As...
## Summary Clean and make the `compiler.js` slimmer to main core compile logic, remove unnecessary code. Changes: - Move heading compiler to separate file like other renderer customizers. - Move...
## Summary - Add support for new GitHub style callouts - Update documentation with new syntax details and examples - Migrate legacy callouts to new syntax in documentation - Mark...
Bumps [rimraf](https://github.com/isaacs/rimraf) from 5.0.7 to 6.0.1. Changelog Sourced from rimraf's changelog. 6.0 Drop support for nodes before v20 Add --version to CLI 5.0 No default export, only named exports 4.4...
Bumps [glob](https://github.com/isaacs/node-glob) from 10.4.2 to 11.0.0. Changelog Sourced from glob's changelog. changeglob 11.0 Drop support for node before v20 10.4 Add includeChildMatches: false option Export the Ignore class 10.3 Add...
## Feature request Support GFM admonitions / callouts. - Details: https://github.com/orgs/community/discussions/16925 - Docs: https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#alerts #### Problem or desire GitHub recently added supports for markdown admonitions / callouts. Docsify should add...
## Feature request Currently, the docsify config is sticky to each special key rules and losses match via `regex` and there is no a config block to distinguish the docsify...
## Feature request #### Problem or desire When viewing the search results, the key context of which page a search match is found is not included. This often means one...