Skip to content

Releases: upupming/docsify-katex

docsify-katex v2.0.0

09 Sep 14:16

Choose a tag to compare

  • Using marked plugin to parse math blocks.

v1.4.4

17 Mar 11:57

Choose a tag to compare

  • add mhchem support #20

docsify-katex v1.4.3

29 Jun 12:23

Choose a tag to compare

Update KaTeX to ^0.11.1.

docsify-katex v1.4.2

20 Mar 05:51

Choose a tag to compare

  • Fixed \neq, \ne etc.

docsify-katex v1.4.1

14 Jan 03:38

Choose a tag to compare

docsify-katex v1.4.0

12 Jan 19:46

Choose a tag to compare

docsify-katex v1.3.2

12 Nov 04:14

Choose a tag to compare

Fixed

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

docsify-katex 1.3.1

31 Oct 17:45

Choose a tag to compare

Fixed

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

docsify-katex v1.3.0

21 Oct 15:29

Choose a tag to compare

🌟

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

20 Oct 17:37

Choose a tag to compare

⭐️

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