diff options
author | John MacFarlane <jgm@berkeley.edu> | 2018-03-25 16:23:44 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-03-25 16:23:44 -0700 |
commit | 0aba8523a9679e282aedbda56f87014a03a09395 (patch) | |
tree | 46be84a5f908771e34cedfff32f73d314c57528f | |
parent | 9e24bc2f9a12e03b8015101bffee366b67d8b682 (diff) |
Moved the case added in #509.
-rw-r--r-- | spec.txt | 17 |
1 files changed, 11 insertions, 6 deletions
@@ -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: |