aboutsummaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-04-27 22:55:18 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-04-27 22:55:18 -0700
commit437529e592b9148d05624ee0b1e6cbec81f062b1 (patch)
treee220192deee23a1a0f7dbeb7a0dc10e3542d9046 /spec.txt
parentf167c32721e78621bb86befe34a56a2f463e0e03 (diff)
Fixed errors in last commit.
See #317.
Diffstat (limited to 'spec.txt')
-rw-r--r--spec.txt11
1 files changed, 1 insertions, 10 deletions
diff --git a/spec.txt b/spec.txt
index f61f5d5..9d77702 100644
--- a/spec.txt
+++ b/spec.txt
@@ -4834,21 +4834,12 @@ aa_"bb"_cc
<p>aa_&quot;bb&quot;_cc</p>
.
-Here there is no emphasis, because the delimiter runs are
-both left- and right-flanking:
-
-.
-"aa"_"bb"_"cc"
-.
-<p>&quot;aa&quot;_&quot;bb&quot;_&quot;cc&quot;</p>
-.
-
This is emphasis, even though the opening delimiter is
both left- and right-flanking, because it is preceded by
punctuation:
.
-foo-_(bar)
+foo-_(bar)_
.
<p>foo-<em>(bar)</em></p>
.