summaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2014-09-03 13:49:40 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2014-09-03 13:49:40 -0700
commit2077119f75515a89adca050f7eeaa0a807dc806b (patch)
treed681cc0cfa6534f2f09ada95e4ef712f3b58099a /spec.txt
parente47d698c2cf1d24606bd2f708feed0c23a80ce79 (diff)
Delete incorrect "leading spaces" in setext header spec. Closes #10.
Diffstat (limited to 'spec.txt')
-rw-r--r--spec.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec.txt b/spec.txt
index 569ada8..a5aa32a 100644
--- a/spec.txt
+++ b/spec.txt
@@ -659,7 +659,7 @@ with no more than 3 spaces indentation, followed by a [setext header
underline](#setext-header-underline). A [setext header
underline](#setext-header-underline) <a id="setext-header-underline"/>
is a sequence of `=` characters or a sequence of `-` characters, with no
-more than 3 spaces indentation and any number of leading or trailing
+more than 3 spaces indentation and any number of trailing
spaces. The header is a level 1 header if `=` characters are used, and
a level 2 header if `-` characters are used. The contents of the header
are the result of parsing the first line as markdown inline content.