Browse Source

Created fixture for case where full word is wrapped with em/dash;

pull/562/head
AlexanderSergan 6 years ago
parent
commit
2cde9effb0
  1. 13
      test/fixtures/markdown-it/smartquotes.txt

13
test/fixtures/markdown-it/smartquotes.txt

@ -137,3 +137,16 @@ and “that”.</p>
<p>“this” and<br>
“that”.</p>
.
Should render correctly em/strong combination:
.
***example***
_**example**_
**_example_**
.
<p><em><strong>example</strong></em></p>
<p><em><strong>example</strong></em></p>
<p><strong><em>example</em></strong></p>
.
Loading…
Cancel
Save