Skip to content

Releases: jhuix/showdowns

v0.5.6

22 Oct 08:58
Compare
Choose a tag to compare
  1. Update default values of katex math delimiters option.

v0.5.5

16 Oct 08:37
Compare
Choose a tag to compare
  1. Fixed failed to mark CSS link related to render only inline katex math.

v0.5.4

15 Oct 10:54
Compare
Choose a tag to compare
  1. Add a additional delimiters format of katex options.

v0.5.3

15 Oct 01:21
Compare
Choose a tag to compare
  1. Optimize showdown and converter objects of markdown parser.

  2. Add flavor setting features for make html.

  3. Add options of katex math.

v0.5.2

13 Oct 09:53
Compare
Choose a tag to compare
  1. Fixed method removeAsyncExtension and removeExtension of showdowns could not remove related extensions.

v0.5.1

13 Oct 04:46
Compare
Choose a tag to compare
  1. Update asciimath to latex that be based on ASCIIMathTeXImg.js, latest version.

  2. Rewrite the parsing method of showdown.js into a file and place it in a separate directory.

  3. Update mermaid deps is new version 8.8.2.

  4. Inline LaTex math syntax compatible with KaTex default delimiters, and inline ascii math syntax is changed to @@...@@ or \~...\~.

  5. Support multiple math are separated by an empty line in block math code.

v0.5.0

12 Sep 14:29
Compare
Choose a tag to compare
  1. Add showdown-container and table extensions.

v0.4.0

05 Jan 03:06
Compare
Choose a tag to compare
  1. 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

06 Dec 06:29
Compare
Choose a tag to compare
  1. Fixed no dynamic loaded katex library, and reducing release file size.

  2. Add codeblock field of json in syntax language attribute.

  3. Add removeExtension and addExtension functions, delete addExtensions function.

  4. Update defaultExtensions of property is object of extensions.

v0.3.3

03 Dec 15:13
Compare
Choose a tag to compare
  1. Support align field of more diagrams that vaule is selected empty("left") or "center" or "right" in code language attribute.

  2. Support render svg format for vega and vega-lite diagrams.