This release of mmd
adds new load functions and mmdutil options and fixes
bugs. Changes include:
- Added
mmdLoadIO
andmmdLoadString
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
andmmdIsBlock
functions to returnbool
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!