summaryrefslogtreecommitdiff
path: root/external/markdown-processor.py
Commit message (Collapse)AuthorAgeFilesLines
* Copyright update.Georg Brandl2017-01-221-1/+1
|
* Copyright year update.Georg Brandl2015-01-211-1/+1
|
* new year in copyright noticeGeorg Brandl2014-01-101-1/+1
|
* changed Makrdown and pygments integrationgarretraziel2013-07-211-14/+14
|
* Happy new year 2013.Georg Brandl2013-01-091-2/+2
|
* Copyright update.Georg Brandl2012-02-051-1/+1
|
* Fix current copyright year.Georg Brandl2011-07-091-1/+1
|
* Happy new year!Georg Brandl2010-01-011-1/+1
|
* Update copyrighting style to standard "team" tags.gbrandl2009-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.gbrandl2007-09-151-1/+0
|
* Add externals for Markdown and ReST. (Ticket #268).gbrandl2007-09-121-0/+68