Releases: jhuix/showdowns
v0.5.2
v0.5.1
-
Update asciimath to latex that be based on ASCIIMathTeXImg.js, latest version.
-
Rewrite the parsing method of showdown.js into a file and place it in a separate directory.
-
Update mermaid deps is new version 8.8.2.
-
Inline LaTex math syntax compatible with KaTex default delimiters, and inline ascii math syntax is changed to
@@...@@
or\~...\~
. -
Support multiple math are separated by an empty line in block math code.
v0.5.0
v0.4.0
-
Add render diagram mode is asynchronous using promise-resolve.
Includes the following diagram extensions, but exclude showdown-sequence:showdown-plantuml
showdown-mermaid
showdown-katex'
showdown-flowchart
showdown-viz
showdown-vega
showdown-wavedrom
showdown-railroad
v0.3.6
-
Fixed no dynamic loaded katex library, and reducing release file size.
-
Add codeblock field of json in syntax language attribute.
-
Add removeExtension and addExtension functions, delete addExtensions function.
-
Update defaultExtensions of property is object of extensions.
v0.3.3
v0.3.1
-
Support TOC and sub-TOC.
-
Support Text-Align.
-
Support more diagrams:
Support LaTeX math and AsciiMath
Support Mermaid
Support Plantuml
Support Flowchart
Support Network Sequence
Support Graphviz's dot
Support Railroad diagrams
Support WaveDrom