diff options
author | Michael Howell <michael@notriddle.com> | 2018-03-25 16:20:22 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-03-25 16:20:22 -0700 |
commit | 9e24bc2f9a12e03b8015101bffee366b67d8b682 (patch) | |
tree | 5263d58e21c56ab64d5039129993f26401c4d42e | |
parent | ba0855b3ef149cc3b13fdf9b9346f8c1b4f71274 (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.txt | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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: |