aboutsummaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-07-02 22:19:01 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2016-07-02 22:19:01 -0700
commit0d9ae6e67fde9da608738ee97f9f4e40e6d01ee8 (patch)
treee66eed70c451254a791dfec51fb09c7c475be85d /spec.txt
parent8efa39fbda0951d22d24c743d2f84b572356f571 (diff)
Revert "Clarified tab usage in thematic breaks."
This reverts commit 5ca9ca1d5e70cbfe8eeae12f96e761c405ad8f86.
Diffstat (limited to 'spec.txt')
-rw-r--r--spec.txt15
1 files changed, 3 insertions, 12 deletions
diff --git a/spec.txt b/spec.txt
index cb8569d..28401fb 100644
--- a/spec.txt
+++ b/spec.txt
@@ -499,7 +499,7 @@ Markdown document.
A line consisting of 0-3 spaces of indentation, followed by a sequence
of three or more matching `-`, `_`, or `*` characters, each followed
-optionally by any number of spaces or tabs, forms a
+optionally by any number of spaces, forms a
[thematic break](@).
```````````````````````````````` example
@@ -615,15 +615,6 @@ Spaces are allowed at the end:
````````````````````````````````
-Tabs are allowed both between and after the characters:
-
-```````````````````````````````` example
--→-→-→-→
-.
-<hr />
-````````````````````````````````
-
-
However, no other characters may occur in the line:
```````````````````````````````` example
@@ -639,8 +630,8 @@ a------
````````````````````````````````
-It is required that all of the characters (besides spaces and
-tabs) be the same. So, this is not a thematic break:
+It is required that all of the [non-whitespace characters] be the same.
+So, this is not a thematic break:
```````````````````````````````` example
*-*