From 2cf0750a7a507eded4cf3c9a48fd1f924d0ce538 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 7 Sep 2014 08:06:35 -0700 Subject: Fixed #48. - Fixed js and C code. - Added two test cases to spec. --- spec.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'spec.txt') diff --git a/spec.txt b/spec.txt index 0307df1..82ae0b6 100644 --- a/spec.txt +++ b/spec.txt @@ -4561,6 +4561,18 @@ similarly for `_` and `__`):

foo*

. +. +***foo* bar*** +. +

foo bar*

+. + +. +***foo** bar*** +. +

foo bar**

+. + The following contains no strong emphasis, because the opening delimiter is closed by the first `*` before `bar`: -- cgit v1.2.3