From 2077119f75515a89adca050f7eeaa0a807dc806b Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 3 Sep 2014 13:49:40 -0700 Subject: Delete incorrect "leading spaces" in setext header spec. Closes #10. --- spec.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec.txt') 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) 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. -- cgit v1.2.3