diff 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
line wrap: on
line diff
--- a/CHANGES.txt	Thu Oct 29 17:08:44 2020 -0400
+++ b/CHANGES.txt	Thu Oct 29 23:15:31 2020 -0400
@@ -41,7 +41,7 @@
   Meerwald) 
 - issue2551092 - fix crash bug by aligning
   roundup.anypy.email_.decode_header with stdlib email.header and
-  convert string to bytes for python 3.
+  convert string to bytes for python 3. (Cedric Krier)
 - issue2551097 - fix underlying bug in use of fenced codeblocks with
   markdown2. Fix for issue2551093 to prevent exception trigger.
   (patch: Cedric Krier)
@@ -60,6 +60,9 @@
 - 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)
+- issue2551096 - enable markdown autolink for email and bare url's.
+  Modify raw markdown adding appropriate link markers on the fly.
+  (Cedric Krier)
 
 2020-07-13 2.0.0
 

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