Mercurial > p > roundup > code
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 6098:72a281a55a17 | 6099:55c56ceacb8e |
|---|---|
| 118 | 118 |
| 119 docutils | 119 docutils |
| 120 To use ReStructuredText rendering you need to have the docutils | 120 To use ReStructuredText rendering you need to have the docutils |
| 121 package installed. | 121 package installed. |
| 122 | 122 |
| 123 markdown or markdown2 | 123 markdown, markdown2 or mistune |
| 124 To use markdown rendering you need to either have the markdown or | 124 To use markdown rendering you need to have the markdown, markdown2 |
| 125 markdown2 package installed. | 125 or mistune package installed. |
| 126 | 126 |
| 127 Windows Service | 127 Windows Service |
| 128 You can run Roundup as a Windows service if pywin32_ is installed. | 128 You can run Roundup as a Windows service if pywin32_ is installed. |
| 129 Otherwise it must be started manually. | 129 Otherwise it must be started manually. |
| 130 | 130 |
| 137 .. _pywin32: https://pypi.org/project/pywin32/ | 137 .. _pywin32: https://pypi.org/project/pywin32/ |
| 138 .. _jinja2: http://jinja.pocoo.org/ | 138 .. _jinja2: http://jinja.pocoo.org/ |
| 139 .. _docutils: https://docutils.sourceforge.io/ | 139 .. _docutils: https://docutils.sourceforge.io/ |
| 140 .. _markdown: https://python-markdown.github.io/ | 140 .. _markdown: https://python-markdown.github.io/ |
| 141 .. _markdown2: https://github.com/trentm/python-markdown2 | 141 .. _markdown2: https://github.com/trentm/python-markdown2 |
| 142 .. _mistune: https://github.com/lepture/mistune | |
| 142 | 143 |
| 143 | 144 |
| 144 Getting Roundup | 145 Getting Roundup |
| 145 =============== | 146 =============== |
| 146 | 147 |
