Any way to get syntax-highlighted code blocks with Text::MultiMarkdown?
David Chambers
david.chambers.05 at gmail.com
Thu Dec 2 18:56:23 EST 2010
I'm not familiar with Text::MultiMarkdown, but I can say that I've found
google-code-prettify <http://code.google.com/p/google-code-prettify/> to be
a good fit with Markdown due to the fact that it acts upon vanilla <pre>
blocks (unlike SyntaxHighlighter, for example, which only acts upon elements
with a particular class name.
If you're interested in seeing this duo in action, have a look at:
- http://dċd.ws/70/ <http://xn--dd-7la.ws/70/> *(the rendered page with
highlighting)*
- http://dċd.ws/70/m/ <http://xn--dd-7la.ws/70/m/> *(the page's Markdown)
*
David
On 3 December 2010 10:40, Mike Doherty <doherty at cs.dal.ca> wrote:
> Hello,
>
> I'm using Text::MultiMarkdown in my website, and I would like to know if
> there is any way to get syntax highlighting in code blocks.
>
> Thanks,
> -Mike Doherty
> _______________________________________________
> Markdown-Discuss mailing list
> Markdown-Discuss at six.pairlist.net
> http://six.pairlist.net/mailman/listinfo/markdown-discuss
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://six.pairlist.net/pipermail/markdown-discuss/attachments/20101203/181fec4c/attachment.htm>
More information about the Markdown-Discuss
mailing list