aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: