Skip to content

v3.0.0

Compare
Choose a tag to compare
@leebyron leebyron released this 13 Apr 16:18
· 13 commits to main since this release

Many subtle improvements to the markdown parsing grammar and formatting

New/Breaking:

  • Links to Github source per rendered block (#66)

    Provide --githubSource to enable these.

  • Definition lists are now supported (#71)

  • Improve parsing of links (#77)

  • Improve parsing of headers (#72)

  • Improve parsing of tables (#67)

  • All exported functions are no longer async (#63)

  • All nodes within the return value of parse() now includes source locations (#61)

Fixes:

  • Fix issue that kept sidebar from auto-folding (#76)
  • CSS in the rendered output is now minified (#78)