cmark

My personal build of CMark ✏️

Commit
aa67a293608c3388fad9fad51aa3bfd4703c5787
Parent
befdafd4caef80babc28b597106eb9fe0c6fee0a
Author
John MacFarlane <fiddlosopher@gmail.com>
Date

Added test cases for URLs and emails without <>.

Diffstat

2 files changed, 13 insertions, 1 deletion

Status File Name N° Changes Insertions Deletions
Modified TODO 2 1 1
Modified spec.txt 12 12 0
diff --git a/TODO b/TODO
@@ -1 +1 @@
-- give example of URL not in <> that is not linkified
+
diff --git a/spec.txt b/spec.txt
@@ -5513,6 +5513,18 @@ These are not autolinks:
 <p>&lt;localhost:5001/foo&gt;</p>
 .
 
+.
+http://google.com
+.
+<p>http://google.com</p>
+.
+
+.
+foo@bar.baz.com
+.
+<p>foo@bar.baz.com</p>
+.
+
 ## Raw HTML
 
 Text between `<` and `>` that looks like an HTML tag is parsed as a