MultiMarkdown
MultiMarkdown copied to clipboard
Expanded perl version of John Gruber's original Markdown --- No longer under active development since MMD 3
Hello, I took the liberty of refactoring the (Perl) MultiMarkdown files into a module + executable interface. I _think_ I didn't break anything, and there is subsequent work that could...
Hi fletcher, This is edge case, yes, but here's what's prompted me to patch MMdown. I use Notational Velocity (nvAlt) to write blog posts. I use MMdown w/ footnotes. I...
This is a fix to re-enable support for glossaries in MMD. The main changes are in memoir.xslt, and in support.pm, where the makeindex and kpathsea commands have been replaced (in...
MultiMarkdown fails to properly parse nested lists. Given this MultiMarkdown: ``` homepage : The official home of this project on the web. bugtracker : This entry describes the bug tracking...
Zotero (http://www.zotero.org) constructs BibTeX-keys like this: ``` [name]_[first word of title]_[year] ``` Consequently, BibTeX-keys of works without author are exported by Zotero beginning with an underscore. This results in MultiMarkdown-citations...