summaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-10-07 23:00:56 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-10-07 23:00:56 -0700
commit735f77b2a6a016abd56dfd1717de5a4b14528c36 (patch)
tree16cf2a575eee039e814b69dab90517d35a89def8 /spec.txt
parent8122177e49f9d28b6606ce8168788113508e3306 (diff)
Added cases from #51 to spec.
Closes #51.
Diffstat (limited to 'spec.txt')
-rw-r--r--spec.txt26
1 files changed, 26 insertions, 0 deletions
diff --git a/spec.txt b/spec.txt
index fa2a877..7b447f1 100644
--- a/spec.txt
+++ b/spec.txt
@@ -4357,6 +4357,32 @@ __this is a double underscore (`__`)__
<p><strong>this is a double underscore (<code>__</code>)</strong></p>
.
+Or use the other emphasis character:
+
+.
+*_*
+.
+<p><em>_</em></p>
+.
+
+.
+_*_
+.
+<p><em>*</em></p>
+.
+
+.
+*__*
+.
+<p><em>__</em></p>
+.
+
+.
+_**_
+.
+<p><em>**</em></p>
+.
+
`*` delimiters allow intra-word emphasis; `_` delimiters do not:
.