diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-10-07 22:45:19 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-10-07 22:45:19 -0700 |
commit | 8122177e49f9d28b6606ce8168788113508e3306 (patch) | |
tree | 3d01eb06b347afd9f57f5413bc2fc69b48fee40e | |
parent | dceca7a50f0f4a447dd5ad13eedb774debf7ac7a (diff) |
Added test case from issue #147.
-rw-r--r-- | spec.txt | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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: . |