2007-09-16
I have released version 2.0.b3 of MultiMarkdown today. As always, it can be downloaded from:
http://fletcher.github.com/MultiMarkdown/
Some of the changes include:
2.0.b3
move the
clean-text
routine fromxhtml2latex.xslt
into it’s own file (to allow easier modification by users)create alternate version that does not protect certain characters in order to allow raw LaTeX code to be passed through
added
latex-snippet.xslt
stylesheet for inclusion in outside LaTeX template systemsadded
xhtml-poetry-support.xslt
andxhtml-toc.xslt
to demonstrate how to extend MMD functionality for XHTML output with new systemfix bug in SmartyPants that processed typography within
<style>
sections (thanks AmberV)fix handling of links by reference in headers and handling of attributes when links are referenced multiple times (thanks to Edward Nixon)
fix bug in epigraphs (thanks etherean)
improve id generation for footnotes - e.g. match behavior of PHP Markdown Extra (thanks to Özgür Gökmen)
fix bug in id generation for ToC for XHTML documents
fix problem with
\ldots
command (thanks to etherean and James Howison)fix issue with
 
and tilde characterfix bug where footnote special characters were not unescaped (thanks to Chad Schmidt)
clean up documentation a bit
2.0.b2 - fix processing of footnotes so that ending in a blockquote doesn’t break validity
fix bug in
letter.xslt
overhaul XSLT system to allow for different XSLT files for different output formats (e.g. HTML, RTF, LaTeX)