Mercurial > p > roundup > code
diff doc/installation.txt @ 6099:55c56ceacb8e
escape HTML tags in markdown content
enabled fenced code blocks for markdown
allow mistune to be used as a markdown parser
test all installed markdown parsers and fallback code
| author | Christof Meerwald <cmeerw@cmeerw.org> |
|---|---|
| date | Mon, 24 Feb 2020 22:20:19 +0000 |
| parents | 90a1470edbea |
| children | c2fd254c9257 |
line wrap: on
line diff
--- a/doc/installation.txt Thu Feb 20 21:38:32 2020 -0500 +++ b/doc/installation.txt Mon Feb 24 22:20:19 2020 +0000 @@ -120,9 +120,9 @@ To use ReStructuredText rendering you need to have the docutils package installed. -markdown or markdown2 - To use markdown rendering you need to either have the markdown or - markdown2 package installed. +markdown, markdown2 or mistune + To use markdown rendering you need to have the markdown, markdown2 + or mistune package installed. Windows Service You can run Roundup as a Windows service if pywin32_ is installed. @@ -139,6 +139,7 @@ .. _docutils: https://docutils.sourceforge.io/ .. _markdown: https://python-markdown.github.io/ .. _markdown2: https://github.com/trentm/python-markdown2 +.. _mistune: https://github.com/lepture/mistune Getting Roundup
