* Dr. Drang <[email protected]> [2010-12-06 17:10]: > I just added syntax highlighting to my blog by wedging a call > to Pygments into my fork of PHP Markdown Extra (yet another > abuse of Michel's code). You could do a similar thing with > MultiMarkdown by changing the _DoCodeBlocks function.
Markdown spits out HTML. Any highlighter that can fish `<pre>` and `<code>` out of HTML and highlight it will work on the Markdown’s output. There is no need to wedge any of this into Markdown itself. Regards, -- Aristotle Pagaltzis // <http://plasmasturm.org/> _______________________________________________ Markdown-Discuss mailing list [email protected] http://six.pairlist.net/mailman/listinfo/markdown-discuss
