-
Notifications
You must be signed in to change notification settings - Fork 55
Home
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.
-
Improve the Windows Installer - I was pointed towards BitRock Installer as a possible solution, which seems to work. (Thanks, Lee!)
-
I no longer plan to rewrite everything to move away from glib2 since it's proven to be fairly easy to put that on any OS. That said, however, it should be pretty easy to migrate towards a pure Cocoa approach for Mac OS X which would also open up iOS development. humblehacker has done this for peg-markdown, so it's definitely possible.
-
I no longer plan on implementing RTF support (though it is certainly possible for someone else to do that. But I am implementing OpenDocument (ODF) as a format that can easily be converted to RTF, Word, and other formats via OpenOffice/LibreOffice. I hope to have this finished in the next few weeks.