cmark

My personal build of CMark ✏️

Commit
8181cd0f134dff7e400ba93b5039089b113b0d3c
Parent
f4895a6c6275c807415c3105db6cba325d579b83
Author
Johel Ernesto Guerrero Peña <johelegp@gmail.com>
Date

Clarify which backtick strings (#301)

A code span can have more than its two surrounding ones, like ` `` `.

Diffstat

1 file changed, 1 insertion, 1 deletion

Status File Name N° Changes Insertions Deletions
Modified test/spec.txt 2 1 1
diff --git a/test/spec.txt b/test/spec.txt
@@ -5854,7 +5854,7 @@ preceded nor followed by a backtick.
 
 A [code span](@) begins with a backtick string and ends with
 a backtick string of equal length.  The contents of the code span are
-the characters between the two backtick strings, normalized in the
+the characters between these two backtick strings, normalized in the
 following ways:
 
 - First, [line endings] are converted to [spaces].