Docsify Katex Versions Save

:symbols: KaTeX support for docsify

v2.0.0

1 year ago
  • Using marked plugin to parse math blocks.

v1.4.4

2 years ago
  • add mhchem support #20

v1.4.3

3 years ago

Update KaTeX to ^0.11.1.

v1.4.2

5 years ago
  • Fixed \neq, \ne etc.

v1.4.1

5 years ago

v1.4.0

5 years ago

v1.3.2

5 years ago

Fixed

  1. Don't use marked to render em, strong and codespan because they will be rendered by markdown-it.

v1.3.1

5 years ago

Fixed

  1. Code blocks such as mermaid etc.
  2. header anchor and sidebar rendering.

v1.3.0

5 years ago

🌟

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>.

1.2.0

5 years ago

⭐️

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">