From 2cde9effb013497d1719620a9e6e355ead137cdd Mon Sep 17 00:00:00 2001 From: AlexanderSergan Date: Tue, 11 Jun 2019 10:01:21 +0300 Subject: [PATCH] Created fixture for case where full word is wrapped with em/dash; --- test/fixtures/markdown-it/smartquotes.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/test/fixtures/markdown-it/smartquotes.txt b/test/fixtures/markdown-it/smartquotes.txt index 9763333..d46f419 100644 --- a/test/fixtures/markdown-it/smartquotes.txt +++ b/test/fixtures/markdown-it/smartquotes.txt @@ -137,3 +137,16 @@ and “that”.

“this” and
“that”.

. + +Should render correctly em/strong combination: +. +***example*** + +_**example**_ + +**_example_** +. +

example

+

example

+

example

+. \ No newline at end of file