summaryrefslogtreecommitdiff
path: root/external/markdown-processor.py
Commit message (Collapse)AuthorAgeFilesLines
* Happy new year!Georg Brandl2010-01-011-1/+1
|
* Update copyrighting style to standard "team" tags.Georg Brandl2009-01-041-2/+2
| | | | Update AUTHORS file accordingly.
* Some fixes to the markdown-processorHorst Gutmann2008-06-181-7/+7
| | | | | | | | | | Updated most of the information to Markdown 1.7 and moved the code up the preprocessor chain to become a TextPreprocessor in order to avoid unnecessary paragraphs in the final HTML output. The extra '\n' -> '<br />' replacement is necessary to also allow newlines in the sourcecode without splitting the output HTML into multiple code segments.
* make reindent.Georg Brandl2007-09-151-1/+0
|
* Add externals for Markdown and ReST. (Ticket #268).Georg Brandl2007-09-121-0/+68