Child: [795bba] (diff)

Download this file

markup.rst    34 lines (18 with data), 1.1 kB

Guide to the PyForge markup system

Markup transformations in PyForge are implemented as a, surprise surprise, reactor plugin.

The markup language in PyForge is based on MarkDown (http://daringfireball.net/projects/markdown/)

Other markup languages could be implemented with a new markup reactor plugin...

TODO: Is this true, or did we decide to just go with markdown?

Extending Markdown itself

Generic Markup extensions (regular expressions, oh my!)