summaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-09-09 22:30:54 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-09-11 11:17:41 -0700
commitbd271515770a17f3c320eb394f2012ccd51a417b (patch)
treef5169f0934b03546621dd44c5e8cd6568e66f620 /spec.txt
parent977d40f2789eb4e22ba8380e99eab77e5860c21b (diff)
spec: change nesting order of strong/emph in ***a***.
Diffstat (limited to 'spec.txt')
-rw-r--r--spec.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec.txt b/spec.txt
index 4a9e9fd..88c8dea 100644
--- a/spec.txt
+++ b/spec.txt
@@ -4392,13 +4392,13 @@ The rules are sufficient for the following nesting patterns:
.
***foo bar***
.
-<p><strong><em>foo bar</em></strong></p>
+<p><em><strong>foo bar</strong></em></p>
.
.
___foo bar___
.
-<p><strong><em>foo bar</em></strong></p>
+<p><em><strong>foo bar</strong></em></p>
.
.