Mercurial > p > roundup > code
diff CHANGES.txt @ 6336:6f89cdc7c938
issue2551108 - fix markdown formatted designator links
Designators like 'issue1' are automatically hyperlinked. However if
typed as [issue1](issue1) or [issue1](https://example.com/issue1) they
get mangled. Stop that mangling.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Fri, 12 Mar 2021 01:30:22 -0500 |
| parents | 6a6b4651be1f |
| children | c63df349f319 |
line wrap: on
line diff
--- a/CHANGES.txt Wed Mar 10 17:09:16 2021 -0500 +++ b/CHANGES.txt Fri Mar 12 01:30:22 2021 -0500 @@ -70,6 +70,8 @@ with postgresql. This turns of client-side cursor handling and avoids *large* roundup process (or wsgi process) in case of large results. Fixes issue2551114. +- issue2551108 - fix handling of designator links when formatted + as markdown links. (Reported by Cedric Krier; John Rouillard) Features: - issue2550522 - Add 'filter' command to command-line
