aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Howell <michael@notriddle.com>2018-03-25 16:20:22 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-03-25 16:20:22 -0700
commit9e24bc2f9a12e03b8015101bffee366b67d8b682 (patch)
tree5263d58e21c56ab64d5039129993f26401c4d42e
parentba0855b3ef149cc3b13fdf9b9346f8c1b4f71274 (diff)
Add another test case for emphasis (#509)
Based on https://talk.commonmark.org/t/suggestion-of-a-new-example-to-be-put-on-the-specs/2646
-rw-r--r--spec.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/spec.txt b/spec.txt
index 8c5fded..a5924f6 100644
--- a/spec.txt
+++ b/spec.txt
@@ -6723,6 +6723,12 @@ Indefinite levels of nesting are possible:
<p><em>foo <a href="/url"><em>bar</em></a></em></p>
````````````````````````````````
+```````````````````````````````` example
+*foo**bar*
+.
+<p><em>foo**bar</em></p>
+````````````````````````````````
+
There can be no empty emphasis or strong emphasis: