comparison doc/installation.txt @ 7518:060fd6366655

Recod version of markdown2 that works. Versions > 2.3.3 of of markdown2 has a bug that causes [issue1](issue1) to render as <a href="#"> rather than <a href="issue1">. Up till 2.4.9, Roundup wasn't afected by the bug. As of 2.4.9 the bug is causing issues. Document that this version should not be used. See: https://github.com/trentm/python-markdown2/issues/517
author John Rouillard <rouilj@ieee.org>
date Mon, 26 Jun 2023 15:14:48 -0400
parents 7b6278da3faa
children ffca9208445d
comparison
equal deleted inserted replaced
7517:207a7eca41ed 7518:060fd6366655
254 docutils 254 docutils
255 To use ReStructuredText rendering you need to have the `docutils`_ 255 To use ReStructuredText rendering you need to have the `docutils`_
256 package installed. 256 package installed.
257 257
258 markdown, markdown2 or mistune 258 markdown, markdown2 or mistune
259 To use markdown rendering you need to have the markdown_, markdown2_ 259 To use markdown rendering you need to have the markdown_,
260 markdown2_ (2.4.9 known to be broken, 2.3.3 known to work),
260 or mistune_ (v0.8.4 tested) package installed. 261 or mistune_ (v0.8.4 tested) package installed.
261 262
262 zstd, brotli 263 zstd, brotli
263 To have roundup compress the returned data using one of these 264 To have roundup compress the returned data using one of these
264 algorithms, you can install one or more of zstd_ or brotli_. 265 algorithms, you can install one or more of zstd_ or brotli_.

Roundup Issue Tracker: http://roundup-tracker.org/