Skip to content

2.2.0

Compare
Choose a tag to compare
@jonludlam jonludlam released this 13 Dec 10:49
· 1155 commits to master since this release

CHANGES:

Additions

  • New unstable option --as-json for the HTML renderer that emits HTML
    fragments (preamble, content) together with metadata (table of contents,
    breadcrumbs, whether katex is used) in JSON format. (@sabine, #908)
  • New maths support via {m ... } and {math ... } tags. (@giltho, @gpetiot, #886)
  • Various optimisations (@jonludlam, #870, #883)
  • Better handling of alerts and deprecation notices. (@panglesd, #828)
  • Handle language tags on code blocks (@Julow, #848)

Bugfixes