cmark

My personal build of CMark ✏️

Commit
5e5997bd9c2b25cf0601afda27bb365b03300400
Parent
4d4a3f72892ee50207e50e447a03f61e5c267867
Author
John MacFarlane <fiddlosopher@gmail.com>
Date

Added a link.

Diffstat

1 file changed, 2 insertions, 2 deletions

Status File Name N° Changes Insertions Deletions
Modified spec.txt 4 2 2
diff --git a/spec.txt b/spec.txt
@@ -5124,8 +5124,8 @@ following rules apply:
 
 - Links may not contain other links, at any level of nesting.
 
-- Brackets are allowed in the link text only if (a) they are
-  backslash-escaped or (b) they appear as a matched pair of brackets,
+- Brackets are allowed in the [link text](#link-text) only if (a) they
+  are backslash-escaped or (b) they appear as a matched pair of brackets,
   with an open bracket `[`, a sequence of zero or more inlines, and
   a close bracket `]`.