A Markdown entry formatter for Pyblosxom.
Requires python-markdown to be installed. See http://www.freewisdom.org/projects/python-markdown/ for details.
Write entries using Markdown markup. Entry filenames can end in .markdown, .md, and .mkd.
You can also configure this as your default preformatter for .txt files by configuring it in your config file as follows:
py['parser'] = 'markdown'
Additionally, you can do this on an entry-by-entry basis by adding a #parser markdown line in the metadata section. For example:
My Little Blog Entry
#parser markdown
My main story...
Plugin is distributed under license: GPLv3 or later