diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2014-09-07 08:06:35 -0700 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2014-09-07 08:06:35 -0700 |
commit | 2cf0750a7a507eded4cf3c9a48fd1f924d0ce538 (patch) | |
tree | 939702838c48343981e2ca6af7f19c2ed60b166d /spec.txt | |
parent | 3c89f2660280266d9d82cf398b2ff9ba5d693fff (diff) |
Fixed #48.
- Fixed js and C code.
- Added two test cases to spec.
Diffstat (limited to 'spec.txt')
-rw-r--r-- | spec.txt | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -4561,6 +4561,18 @@ similarly for `_` and `__`): <p><strong>foo</strong>*</p> . +. +***foo* bar*** +. +<p><strong><em>foo</em> bar</strong>*</p> +. + +. +***foo** bar*** +. +<p><em><strong>foo</strong> bar</em>**</p> +. + The following contains no strong emphasis, because the opening delimiter is closed by the first `*` before `bar`: |