comparison 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
comparison
equal deleted inserted replaced
6278:f21ec1414591 6279:9ec3a9bc4ea5
35 cheeseshop in docs with raw html and remove references to 35 cheeseshop in docs with raw html and remove references to
36 cheeseshop. (John Rouillard) 36 cheeseshop. (John Rouillard)
37 - issue2551093 - return plain text if markdown formatter throws exception 37 - issue2551093 - return plain text if markdown formatter throws exception
38 (reported by Cedric Krier, fix by John Rouillard) 38 (reported by Cedric Krier, fix by John Rouillard)
39 - issue2551094 - make simplemde handle line breaks the same as the 39 - issue2551094 - make simplemde handle line breaks the same as the
40 backend markdown formmatters. (report: Cedric Krier, patch: Christof 40 backend markdown formatters. (report: Cedric Krier, patch: Christof
41 Meerwald) 41 Meerwald)
42 - issue2551092 - fix crash bug by aligning 42 - issue2551092 - fix crash bug by aligning
43 roundup.anypy.email_.decode_header with stdlib email.header and 43 roundup.anypy.email_.decode_header with stdlib email.header and
44 convert string to bytes for python 3. (Cedrick Krier) 44 convert string to bytes for python 3.
45 - issue2551097 - fix underlying bug in use of fenced codeblocks with
46 markdown2. Fix for issue2551093 to prevent exception trigger.
47 (patch: Cedric Krier)
45 48
46 Features: 49 Features:
47 - issue2550522 - Add 'filter' command to command-line 50 - issue2550522 - Add 'filter' command to command-line
48 interface. Filter command was actually added in 2.0.0, but this 51 interface. Filter command was actually added in 2.0.0, but this
49 issue requested transitive searching. So that: 52 issue requested transitive searching. So that:

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