summaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2014-09-07 08:06:35 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2014-09-07 08:06:35 -0700
commit2cf0750a7a507eded4cf3c9a48fd1f924d0ce538 (patch)
tree939702838c48343981e2ca6af7f19c2ed60b166d /spec.txt
parent3c89f2660280266d9d82cf398b2ff9ba5d693fff (diff)
Fixed #48.
- Fixed js and C code. - Added two test cases to spec.
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`: