Skip to content

v2.0

Latest
Compare
Choose a tag to compare
@michaelrsweet michaelrsweet released this 22 Mar 23:21
· 2 commits to master since this release
21c13a4

This release of mmd adds new load functions and mmdutil options and fixes
bugs. Changes include:

  • Added mmdLoadIO and mmdLoadString APIs (Issue #12)
  • Added mmdutil "-" filename/option to read markdown from stdin (Issue #16)
  • Added a document pointer to the other load functions to allow concatenation of
    markdown files.
  • Added mmdutil "--no-title" option to disable the generated HTML title page.
  • Updated mmdGetWhitespace and mmdIsBlock functions to return bool values.
  • Fixed support for emphasized or strong linked text (Issue #15)
  • Fixed an issue with headings directly after a table.
  • Fixed some more issues with the Commonmark tests.
  • Fixed lists in man page output.

Enjoy!