aboutsummaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-03-25 16:23:44 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-03-25 16:23:44 -0700
commit0aba8523a9679e282aedbda56f87014a03a09395 (patch)
tree46be84a5f908771e34cedfff32f73d314c57528f /spec.txt
parent9e24bc2f9a12e03b8015101bffee366b67d8b682 (diff)
Moved the case added in #509.
Diffstat (limited to 'spec.txt')
-rw-r--r--spec.txt17
1 files changed, 11 insertions, 6 deletions
diff --git a/spec.txt b/spec.txt
index a5924f6..e6c842e 100644
--- a/spec.txt
+++ b/spec.txt
@@ -6681,6 +6681,17 @@ cannot form emphasis if the sum of the lengths of
the delimiter runs containing the opening and
closing delimiters is a multiple of 3.
+
+For the same reason, we don't get two consecutive
+emphasis sections in this example:
+
+```````````````````````````````` example
+*foo**bar*
+.
+<p><em>foo**bar</em></p>
+````````````````````````````````
+
+
The same condition ensures that the following
cases are all strong emphasis nested inside
emphasis, even when the interior spaces are
@@ -6723,12 +6734,6 @@ Indefinite levels of nesting are possible:
<p><em>foo <a href="/url"><em>bar</em></a></em></p>
````````````````````````````````
-```````````````````````````````` example
-*foo**bar*
-.
-<p><em>foo**bar</em></p>
-````````````````````````````````
-
There can be no empty emphasis or strong emphasis: