From c6b56d8e535cedb277f034f9052fba91c182d271 Mon Sep 17 00:00:00 2001 From: Asko Nomm Date: Thu, 7 Apr 2022 13:16:29 +0200 Subject: Add test for bold text inside a block of italic text. (re #5) --- resources/test/core.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/test/core.md') diff --git a/resources/test/core.md b/resources/test/core.md index 0db2199..fe284ad 100644 --- a/resources/test/core.md +++ b/resources/test/core.md @@ -50,7 +50,7 @@ function markdownToHTML(markdown) { } ``` -This is ___bold italic text___ and ***this is also***. +This is ___bold italic text___ and ***this is also***. *What about italic text that **has bold text***? ## Hi there, world! -- cgit v1.2.3