From cd26ccb082afd222e367622f04668be6a640c7ec Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 15 Jun 2021 09:21:42 -0700 Subject: [PATCH] Add failing regression test for #383. --- test/regression.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/test/regression.txt b/test/regression.txt index f2d293532..6d5e905b5 100644 --- a/test/regression.txt +++ b/test/regression.txt @@ -182,3 +182,11 @@ some other text ```````````````````````````````` +Issue #383 - emphasis parsing. + +```````````````````````````````` example +*****Hello*world**** +. +

*Hello*world

+```````````````````````````````` +