Mercurial > p > roundup > code
comparison CHANGES.txt @ 6280:6ed5152a92d0
issue2551096 - enable markdown autolink for email and bare url's.
Modify raw markdown adding appropriate link markers '<' and '>' on the
fly so bare urls and email addreses are recognized as explicit links
by markdown backends. Patch by Cedric Krier.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 29 Oct 2020 23:15:31 -0400 |
| parents | 9ec3a9bc4ea5 |
| children | ab2f0f13a4a6 |
comparison
equal
deleted
inserted
replaced
| 6279:9ec3a9bc4ea5 | 6280:6ed5152a92d0 |
|---|---|
| 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 formatters. (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. | 44 convert string to bytes for python 3. (Cedric Krier) |
| 45 - issue2551097 - fix underlying bug in use of fenced codeblocks with | 45 - issue2551097 - fix underlying bug in use of fenced codeblocks with |
| 46 markdown2. Fix for issue2551093 to prevent exception trigger. | 46 markdown2. Fix for issue2551093 to prevent exception trigger. |
| 47 (patch: Cedric Krier) | 47 (patch: Cedric Krier) |
| 48 | 48 |
| 49 Features: | 49 Features: |
| 58 This fix actually made it into 1.6 release. However this release | 58 This fix actually made it into 1.6 release. However this release |
| 59 documents how password reset works in user_guide.txt. (John Rouillard) | 59 documents how password reset works in user_guide.txt. (John Rouillard) |
| 60 - issue2551094 - add new markdown config.ini setting to allow embedded | 60 - issue2551094 - add new markdown config.ini setting to allow embedded |
| 61 newlines to cause a linebreak same as GitHub Flavored Markdown. | 61 newlines to cause a linebreak same as GitHub Flavored Markdown. |
| 62 (Patch: Cedric Krier; Doc change/checkin John Rouillard) | 62 (Patch: Cedric Krier; Doc change/checkin John Rouillard) |
| 63 - issue2551096 - enable markdown autolink for email and bare url's. | |
| 64 Modify raw markdown adding appropriate link markers on the fly. | |
| 65 (Cedric Krier) | |
| 63 | 66 |
| 64 2020-07-13 2.0.0 | 67 2020-07-13 2.0.0 |
| 65 | 68 |
| 66 Fixed: | 69 Fixed: |
| 67 | 70 |
