diff CHANGES.txt @ 6279:9ec3a9bc4ea5

issue2551097 - fix call to markdown2 - fix fenced code blocks. The invocation of fenced codeblock support in markdown2 was wrong. With this fixed the code that was used to test markdown processor exception handling no longer works. Fixed test case to make it pass. Added new test with invalid markdown that tests markdown exception handling. Also renamed test to include markdown. Makes using -k option in run_tests easier.
author John Rouillard <rouilj@ieee.org>
date Thu, 29 Oct 2020 17:08:44 -0400
parents f21ec1414591
children 6ed5152a92d0
line wrap: on
line diff
--- a/CHANGES.txt	Mon Oct 26 20:27:23 2020 -0400
+++ b/CHANGES.txt	Thu Oct 29 17:08:44 2020 -0400
@@ -37,11 +37,14 @@
 - issue2551093 - return plain text if markdown formatter throws exception
   (reported by Cedric Krier, fix by John Rouillard)
 - issue2551094 - make simplemde handle line breaks the same as the
-  backend markdown formmatters. (report: Cedric Krier, patch: Christof
+  backend markdown formatters. (report: Cedric Krier, patch: Christof
   Meerwald) 
 - issue2551092 - fix crash bug by aligning
   roundup.anypy.email_.decode_header with stdlib email.header and
-  convert string to bytes for python 3. (Cedrick Krier)
+  convert string to bytes for python 3.
+- issue2551097 - fix underlying bug in use of fenced codeblocks with
+  markdown2. Fix for issue2551093 to prevent exception trigger.
+  (patch: Cedric Krier)
 
 Features:
 - issue2550522 - Add 'filter' command to command-line

Roundup Issue Tracker: http://roundup-tracker.org/