cmark

My personal build of CMark ✏️

Commit
10d6247fbb2ae7f9c3e4e7e75384bcb990d83464
Parent
bdcadff5dfb6f9513b7c109bf1523b6003406c53
Author
John MacFarlane <jgm@berkeley.edu>
Date

Updated spec.txt.

Currently there is one failing case.

See #97.

Diffstat

1 file changed, 7 insertions, 1 deletion

Status File Name N° Changes Insertions Deletions
Modified test/spec.txt 8 7 1
diff --git a/test/spec.txt b/test/spec.txt
@@ -7120,6 +7120,13 @@ bar>)
 bar>)</p>
 ````````````````````````````````
 
+Parentheses inside the link destination may be escaped:
+
+```````````````````````````````` example
+[link](\(foo\))
+.
+<p><a href="(foo)">link</a></p>
+````````````````````````````````
 
 One level of balanced parentheses is allowed without escaping:
 
@@ -7129,7 +7136,6 @@ One level of balanced parentheses is allowed without escaping:
 <p><a href="(foo)and(bar)">link</a></p>
 ````````````````````````````````
 
-
 However, if you have parentheses within parentheses, you need to escape
 or use the `<...>` form: