aboutsummaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
Diffstat (limited to 'spec.txt')
-rw-r--r--spec.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/spec.txt b/spec.txt
index 0307df1..82ae0b6 100644
--- a/spec.txt
+++ b/spec.txt
@@ -4561,6 +4561,18 @@ similarly for `_` and `__`):
<p><strong>foo</strong>*</p>
.
+.
+***foo* bar***
+.
+<p><strong><em>foo</em> bar</strong>*</p>
+.
+
+.
+***foo** bar***
+.
+<p><em><strong>foo</strong> bar</em>**</p>
+.
+
The following contains no strong emphasis, because the opening
delimiter is closed by the first `*` before `bar`: