Skip to content
fletcher edited this page Feb 9, 2011 · 19 revisions

peg-multimarkdown is a fork of John MacFarlane's peg-markdown, a Markdown parser written in C using a parsing expression grammar (PEG). It adds support for MultiMarkdown, and will become MultiMarkdown 3.0 when finalized - replacing the original Perl version.

This wiki contains the new User's Manual for MultiMarkdown 3.0. It's still in progress, and I welcome contributions.

Other pages on the wiki

To Do List

  • ultimately rewrite so it is not dependent on glib2 (basically the GString data type needs to be replaced with something more portable). Though since it was fairly easy to create an installer for Mac OS X and for me to pre-compile for Windows, this is now a lower priority for me. I do need to look into a Windows installer to simplify it for people though.

  • Consider adding RTF and OpenDocument as output format types. I'm more interested in the OpenDocument format, depending on how feasible it is. Anyone who is interested in helping with RTF should look to pandoc for inspiration, as well as the original MultiMarkdown --- the xhtml2rtf.xslt file).