cmark

My personal build of CMark ✏️

Commit
b93c3884b7e1ff3ff6d94551b2f822aa416691ef
Parent
5901a8700443bf08e36b90b42d9e095202be5a02
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
@@ -3131,6 +3131,17 @@ are defined:
 ````````````````````````````````
 
 
+Whether something is a [link reference definition] is
+independent of whether the link reference it defines is
+used in the document.  Thus, for example, the following
+document contains just a link reference definition, and
+no visible content:
+
+```````````````````````````````` example
+[foo]: /url
+.
+````````````````````````````````
+
 
 ## Paragraphs