cmark

My personal build of CMark ✏️

Commit
6f05606ef13d9919f6a5777363847632a70dbc56
Parent
92fb304b7307f77a5c22e834631ef1952e5be099
Author
John MacFarlane <jgm@berkeley.edu>
Date

Spec: improved an example for hrules.

Suggestion due to BrendanLong from http://talk.commonmark.org/t/example-16-is-potentially-confusing/114

Diffstat

1 file changed, 4 insertions, 2 deletions

Status File Name N° Changes Insertions Deletions
Modified spec.txt 6 4 2
diff --git a/spec.txt b/spec.txt
@@ -377,16 +377,18 @@ Spaces are allowed at the end:
 <hr />
 .
 
-However, no other characters may occur at the end or the
-beginning:
+However, no other characters may occur in the line:
 
 .
 _ _ _ _ a
 
 a------
+
+---a---
 .
 <p>_ _ _ _ a</p>
 <p>a------</p>
+<p>---a---</p>
 .
 
 It is required that all of the non-space characters be the same.