This release of mmd fixes a number of bugs, adds C++ support, and adds a
mmdLoadFile function that loads Markdown content from the FILE pointer.
Enjoy!
Changes include:
mmd.h header now includes the C++ extern "C" wrapper around the C
function prototypes.mmdLoadFile function that loads a markdown document from a FILE
pointer.