Ticket #19533: markup.py.diff
File markup.py.diff, 637 bytes (added by , 12 years ago) |
---|
-
markup.py
old new 3 3 markup syntaxes to HTML; currently there is support for: 4 4 5 5 * Textile, which requires the PyTextile library available at 6 http:// loopcore.com/python-textile/6 http://pypi.python.org/pypi/textile/ 7 7 8 8 * Markdown, which requires the Python-markdown library from 9 http:// www.freewisdom.org/projects/python-markdown9 http://pypi.python.org/pypi/Markdown 10 10 11 11 * reStructuredText, which requires docutils from http://docutils.sf.net/ 12 12 """