diff 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
line wrap: on
line diff
--- a/doc/installation.txt	Mon Jun 26 01:10:50 2023 -0400
+++ b/doc/installation.txt	Mon Jun 26 15:14:48 2023 -0400
@@ -256,7 +256,8 @@
   package installed.
 
 markdown, markdown2 or mistune
-  To use markdown rendering you need to have the markdown_, markdown2_
+  To use markdown rendering you need to have the markdown_,
+  markdown2_ (2.4.9 known to be broken, 2.3.3 known to work),
   or mistune_ (v0.8.4 tested) package installed.
 
 zstd, brotli

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