Skip to content

Commit 285aec9

Browse files
committed
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: trentm/python-markdown2#517
1 parent 42287f2 commit 285aec9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/installation.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,8 @@ docutils
256256
package installed.
257257

258258
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),
260261
or mistune_ (v0.8.4 tested) package installed.
261262

262263
zstd, brotli

0 commit comments

Comments
 (0)