summaryrefslogtreecommitdiff
path: root/resources/test/core.md
diff options
context:
space:
mode:
authorAsko Nomm <asko@bien.ee>2022-04-07 13:16:29 +0200
committerAsko Nomm <asko@bien.ee>2022-04-07 13:16:29 +0200
commitc6b56d8e535cedb277f034f9052fba91c182d271 (patch)
treef80170f1b9b00e8e819e01cc151e8e26e674e640 /resources/test/core.md
parentb914399ef552117d180d8592feb3779b76b0fa92 (diff)
Add test for bold text inside a block of italic text. (re #5)
Diffstat (limited to 'resources/test/core.md')
-rw-r--r--resources/test/core.md2
1 files changed, 1 insertions, 1 deletions
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!