summaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-10-07 22:45:19 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-10-07 22:45:19 -0700
commit8122177e49f9d28b6606ce8168788113508e3306 (patch)
tree3d01eb06b347afd9f57f5413bc2fc69b48fee40e /spec.txt
parentdceca7a50f0f4a447dd5ad13eedb774debf7ac7a (diff)
Added test case from issue #147.
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 2a7e3de..fa2a877 100644
--- a/spec.txt
+++ b/spec.txt
@@ -4532,6 +4532,18 @@ __foo _bar_ baz__
<p><strong>foo <em>bar</em> baz</strong></p>
.
+.
+**foo, *bar*, baz**
+.
+<p><strong>foo, <em>bar</em>, baz</strong></p>
+.
+
+.
+__foo, _bar_, baz__
+.
+<p><strong>foo, <em>bar</em>, baz</strong></p>
+.
+
But note:
.