summaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-09-10 08:42:39 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-09-11 11:17:41 -0700
commit905b5d4d11cf1e56137fea1e68eb503863f1b113 (patch)
tree746719402aa27a37173bf4d3d25ce98d88f75548 /spec.txt
parentbd271515770a17f3c320eb394f2012ccd51a417b (diff)
Revert "spec: change nesting order of strong/emph in ***a***."
This reverts commit 49a03b7666e2901d1ab2813fc0bdd23968d22979.
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 88c8dea..4a9e9fd 100644
--- a/spec.txt
+++ b/spec.txt
@@ -4392,13 +4392,13 @@ The rules are sufficient for the following nesting patterns:
.
***foo bar***
.
-<p><em><strong>foo bar</strong></em></p>
+<p><strong><em>foo bar</em></strong></p>
.
.
___foo bar___
.
-<p><em><strong>foo bar</strong></em></p>
+<p><strong><em>foo bar</em></strong></p>
.
.