Mercurial > p > roundup > code
diff CHANGES.txt @ 6275:bda491248fd8
Handle exception raised from markdown processing
If an exception is raised from the markdown processor, return plain
text to the user.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 22 Oct 2020 20:43:29 -0400 |
| parents | 3a851df879cd |
| children | 177b186dd23a |
line wrap: on
line diff
--- a/CHANGES.txt Thu Oct 22 11:49:14 2020 -0400 +++ b/CHANGES.txt Thu Oct 22 20:43:29 2020 -0400 @@ -34,6 +34,8 @@ url. Attempts to override cheeseshop_url failed. Replace call to cheeseshop in docs with raw html and remove references to cheeseshop. (John Rouillard) +- issue2551093 - return plain text if markdown formatter throws exception + (reported by Cedric Krier, fix by John Rouillard) Features: - issue2550522 - Add 'filter' command to command-line
