summaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-10-24 22:36:17 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-10-24 22:36:17 -0700
commit6f05606ef13d9919f6a5777363847632a70dbc56 (patch)
tree1473a12ec34096a2145e0d0e6b7d9a3219385d31 /spec.txt
parent92fb304b7307f77a5c22e834631ef1952e5be099 (diff)
Spec: improved an example for hrules.
Suggestion due to BrendanLong from http://talk.commonmark.org/t/example-16-is-potentially-confusing/114
Diffstat (limited to 'spec.txt')
-rw-r--r--spec.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/spec.txt b/spec.txt
index e3cf027..860eb86 100644
--- 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.