diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-10-24 22:36:17 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-10-24 22:36:17 -0700 |
commit | 6f05606ef13d9919f6a5777363847632a70dbc56 (patch) | |
tree | 1473a12ec34096a2145e0d0e6b7d9a3219385d31 | |
parent | 92fb304b7307f77a5c22e834631ef1952e5be099 (diff) |
Spec: improved an example for hrules.
Suggestion due to BrendanLong from
http://talk.commonmark.org/t/example-16-is-potentially-confusing/114
-rw-r--r-- | spec.txt | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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. |