Releases: upupming/docsify-katex
Releases · upupming/docsify-katex
docsify-katex v2.0.0
v1.4.4
docsify-katex v1.4.3
Update KaTeX to ^0.11.1.
docsify-katex v1.4.2
- Fixed
\neq,\neetc.
docsify-katex v1.4.1
1.4.1
docsify-katex v1.4.0
1.4.0
docsify-katex v1.3.2
Fixed
- Don't use marked to render
em,strongandcodespanbecause they will be rendered bymarkdown-it.
docsify-katex 1.3.1
Fixed
- Code blocks such as mermaid etc.
- header anchor and sidebar rendering.
docsify-katex v1.3.0
🌟
Use markdown-it as renderer and docsify for server-side rendering. Now we have abandoned docsify's default renderer to avoid second-rendering such as subscript A_1 + B_1 in KaTeX been rendered as <em>1 + B</em>.
docsify-katex 1.2.0
⭐️
The first version with full KaTeX support, just including the js file and CSS file like below:
<script src="//cdn.jsdelivr.net/npm/[email protected]/dist/docsify-katex.js"></script>
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/katex@latest/dist/katex.min.css">