Mercurial > p > roundup > code
diff CHANGES.txt @ 6299:fd0bdcbc68e4
issue2551104 - fix issue with markdown autolink next to punctuation
Given:
[label](http://example.com/).
generated href including the ').' This fixes that.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 20 Dec 2020 12:28:59 -0500 |
| parents | a635a60ffb84 |
| children | 778a9f455067 |
line wrap: on
line diff
--- a/CHANGES.txt Sun Dec 20 11:09:26 2020 -0500 +++ b/CHANGES.txt Sun Dec 20 12:28:59 2020 -0500 @@ -55,6 +55,7 @@ - removed run_tests.py. Newer pytest doesn't support generating stand alone testing bundles. Python 3.9 generates errors running the current run_tests.py. +- issue2551104 - fix issue with markdown autolink next to punctuation (ced) Features: - issue2550522 - Add 'filter' command to command-line
