KaTeX support for docsify
npm install docsify-katex


Add KaTeX support to your docsify project with just two lines of code in index.html.
Add docsify-katex CDN to your index.html:
``html
`
Note:
1. gh/upupming/docsify-katex@latest/dist/docsify-katex.js will always fetch the latest version of docsify-katex on GitHub, you can use it when you want to try the latest dev features.
| Name | Website | Source code |
| :---------------------------: | :---------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------: |
| docsify-katex documentation | upupming.site/docsify-katex/docs | upupming/docsify-katex/docs |
| Firebook | yngtodd.github.io/firebook | yngtodd/firebook |
If you have an awesome project using docsify-katex and want to share it with others, please leave it at this issue. I will add it here as soon as possible.
- Supported functions
- Support table
- Detexify
- MathJax quick reference on Stack Exchange
1. vscode-markdown
2. yzhang-gh/markdown-it-katex
1. KaTeX
Making KaTeX work properly with docsify is a hard work, this repo is just a workaround. We used an extra marked` instance (version 3.x) to do the syntax parsing.