MultiMarkdown-4
MultiMarkdown-4 copied to clipboard
This project is now deprecated. Please use MultiMarkdown-6 instead!
Hi Fletcher, This pull request contains two patches, the first simply kills redundant trailing whitespace in `multimarkdown.c`. This patch introduces no functional change at all. The second patch adds a...
I'm incorporating MMD into a GUI on OS X. To do this, I'm using libMultiMarkdown and calling the various functions directly (as opposed to calling the compiled mmd binary on...
This PR allows you to define an admonition by using the syntax found at https://pythonhosted.org/Markdown/extensions/admonition.html. The difference between this implementation and the one described on pythonhosted is this implementation uses...
Looking at issue #49 it seems that 'correct' column alignment isn't possible with the indicators in the alignment/divider line alone. The following syntax proposal could help. The basic idea is...
Hello, The pull-request consists of two separate commits. Annotations are provided as part of the respective commits. Cheers Remo
**Added support for "acronym plurals"** Now an acronym defined as > > > \newacro{RFC}[RFC]{Request for Comment} can be referenced in a text by > > > See RFC 1234 for...
Why not use Emscripten to produce a super high-performance markdown javascript library for the browser? Could end up being used on StackOverflow and Github! ;)