Home » Projekte » Webber » Plugins » read_markdown.py

Read Markdown

This plugin reads "*.md" files and converts them to HTML.

"Markdown" is a wiki-like text format. The plugin "read_markdown.py" doesn't use the standard Python module "markdown", but instead the faster and simpler markdown2 module.

A sample "test.md" document looks like this:

title: Impressum
parent: Home
ctime: 2008-10-01

# Address

  Mario Marionetti
  10, Mariott St
  Marioland 1007

Don't send me spam, *ever*!

You'll find more about "title:", "parent:" and "ctime:" in the page format description.

Modifications 

This implementation is based on python-markdown2 version 1.0.1.12, but has been changed this way: