Mercurial > p > roundup > code
diff CHANGES.txt @ 6284:3f7538316724
issue2551099 - disable processing of data url's in markdown.
Display as plain text.
Added 'data' to templating.py _disable_url_schemes array. User should
be able to re-enable it by changing the array from the tracker's
interfaces.py. Markdown tests failed before the change to
_disable_url_schemes.
Also add second separate data test for ReST and plain text processing.
data url's look like they are already ignored in these proess streams.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 31 Oct 2020 15:43:53 -0400 |
| parents | ab2f0f13a4a6 |
| children | 944e4dfcc9b7 |
line wrap: on
line diff
--- a/CHANGES.txt Sat Oct 31 14:54:46 2020 -0400 +++ b/CHANGES.txt Sat Oct 31 15:43:53 2020 -0400 @@ -45,6 +45,8 @@ - issue2551097 - fix underlying bug in use of fenced codeblocks with markdown2. Fix for issue2551093 to prevent exception trigger. (patch: Cedric Krier) +- issue2551099 - disable processing of data url's in markdown. Display + as plain text. (John Rouillard) Features: - issue2550522 - Add 'filter' command to command-line
