Mercurial > p > roundup > code
diff doc/installation.txt @ 7969:ebcda75b7adb
doc: clarify use of markdown and library versions.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 16 May 2024 09:36:10 -0400 |
| parents | e3975f679bf1 |
| children | 7df143a5c90b |
line wrap: on
line diff
--- a/doc/installation.txt Wed May 15 00:08:05 2024 -0400 +++ b/doc/installation.txt Thu May 16 09:36:10 2024 -0400 @@ -260,9 +260,10 @@ .. _install/markdown: markdown, markdown2 or mistune - 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; python3 only) package installed. + To use markdown rendering (as supplied by the jinja2 template) + you need to have the markdown_, + markdown2_ (2.4.9 known to be broken, 2.3.3, 2.4.10+ known to + work), or mistune_ (v0.8.4 tested; python3 only) package installed. zstd, brotli To have roundup compress the returned data using one of these
