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