Mercurial > p > roundup > code
diff CHANGES.txt @ 6277:957a0fc20021
issue2551094 - markdown mismatch - new config for embedded newine
Make earlier patch to fix mismatch between simplemde formatting
of embedded newlines choosable. New option MARKDOWN_BREAK_ON_NEWLINE
added to config.ini. If set to true all 4 renders: markdown,
markdown2, mistune and simplemde will make a newline into a hard
linebreak using <br> when displayed.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 25 Oct 2020 16:12:15 -0400 |
| parents | 177b186dd23a |
| children | f21ec1414591 |
line wrap: on
line diff
--- a/CHANGES.txt Fri Oct 23 18:38:37 2020 -0400 +++ b/CHANGES.txt Sun Oct 25 16:12:15 2020 -0400 @@ -51,7 +51,10 @@ - issue2550716 - Email address displayed after password reset request. This fix actually made it into 1.6 release. However this release documents how password reset works in user_guide.txt. (John Rouillard) - +- issue2551094 - add new markdown config.ini setting to allow embedded + newlines to cause a linebreak same as GitHub Flavored Markdown. + (Patch: Cedric Krier; Doc change/checkin John Rouillard) + 2020-07-13 2.0.0 Fixed:
