- Commit
- 8122177e49f9d28b6606ce8168788113508e3306
- Parent
- dceca7a50f0f4a447dd5ad13eedb774debf7ac7a
- Author
- John MacFarlane <jgm@berkeley.edu>
- Date
Added test case from issue #147.
My personal build of CMark ✏️
Added test case from issue #147.
1 file changed, 12 insertions, 0 deletions
Status | File Name | N° Changes | Insertions | Deletions |
Modified | spec.txt | 12 | 12 | 0 |
diff --git a/spec.txt b/spec.txt @@ -4532,6 +4532,18 @@ __foo _bar_ baz__ <p><strong>foo <em>bar</em> baz</strong></p> . +. +**foo, *bar*, baz** +. +<p><strong>foo, <em>bar</em>, baz</strong></p> +. + +. +__foo, _bar_, baz__ +. +<p><strong>foo, <em>bar</em>, baz</strong></p> +. + But note: .