From 0aba8523a9679e282aedbda56f87014a03a09395 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 25 Mar 2018 16:23:44 -0700 Subject: Moved the case added in #509. --- spec.txt | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'spec.txt') 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* +. +

foo**bar

+```````````````````````````````` + + 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:

foo bar

```````````````````````````````` -```````````````````````````````` example -*foo**bar* -. -

foo**bar

-```````````````````````````````` - There can be no empty emphasis or strong emphasis: -- cgit v1.2.3