cmark

My personal build of CMark ✏️

Commit
732207b00176856dd8101a27e8d31a90926fa4da
Parent
8ceba9fbde543f3b1711c0ebf476f16d3b606da5
Author
John MacFarlane <jgm@berkeley.edu>
Date

Update spec

Diffstat

1 file changed, 11 insertions, 0 deletions

Status File Name N° Changes Insertions Deletions
Modified test/spec.txt 11 11 0
diff --git a/test/spec.txt b/test/spec.txt
@@ -2896,6 +2896,17 @@ The link destination may not be omitted:
 <p>[foo]</p>
 ````````````````````````````````
 
+ However, an empty link destination may be specified using
+ angle brackets:
+
+```````````````````````````````` example
+[foo]: <>
+
+[foo]
+.
+<p><a href="">foo</a></p>
+````````````````````````````````
+
 The title must be separated from the link destination by
 whitespace: