|
From: seanh <sn...@gm...> - 2010-11-01 19:55:17
|
On Sun, Oct 31, 2010 at 11:08:15PM +0100, Dieter Plaetinck wrote: > Hi all, > is anyone showing source in pyblosxom blog posts? My Python Markdown 2 plugin can do source code highlighting if you have python pygments. It's another plugin that isn't in the plugin registry: http://github.com/seanh/PyBlosxom-Python-Markdown-2-Plugin See the Python Markdown 2 instructions for how to use source code highlighting: http://www.freewisdom.org/projects/python-markdown/CodeHilite You will have to edit line 35 of markdown-plugin.py to enable the codehilite extension. |