From 9e24bc2f9a12e03b8015101bffee366b67d8b682 Mon Sep 17 00:00:00 2001 From: Michael Howell Date: Sun, 25 Mar 2018 16:20:22 -0700 Subject: 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 --- spec.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'spec.txt') 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:

foo bar

```````````````````````````````` +```````````````````````````````` example +*foo**bar* +. +

foo**bar

+```````````````````````````````` + There can be no empty emphasis or strong emphasis: -- cgit v1.2.3