Add tests covering single character strong and emphasis
This commit is contained in:
parent
a4460a9301
commit
935d1bbe80
7
test/new/cm_strong_and_em.html
Normal file
7
test/new/cm_strong_and_em.html
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
<p>So <em>a</em> single <em>word</em> followed <em>b</em>y <em>a</em>nother</p>
|
||||||
|
|
||||||
|
<p>So <strong>a</strong> single <strong>word</strong> followed <strong>b</strong>y <strong>a</strong>nother</p>
|
||||||
|
|
||||||
|
<p>So <em>a</em> single <em>word</em> followed <em>b</em>y <em>a</em>nother</p>
|
||||||
|
|
||||||
|
<p>So <strong>a</strong> single <strong>word</strong> followed <strong>b</strong>y <strong>a</strong>nother</p>
|
7
test/new/cm_strong_and_em.md
Normal file
7
test/new/cm_strong_and_em.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
So *a* single *word* followed *b*y *a*nother
|
||||||
|
|
||||||
|
So **a** single **word** followed **b**y **a**nother
|
||||||
|
|
||||||
|
So _a_ single _word_ followed _b_y _a_nother
|
||||||
|
|
||||||
|
So __a__ single __word__ followed __b__y __a__nother
|
Loading…
x
Reference in New Issue
Block a user