Skip to content

Commit 0d0aacf

Browse files
committed
add email-italic test
1 parent 182000e commit 0d0aacf

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

test/fixture/email-italic.html

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<p><em><a href="support@example.com">support@example.com</a></em></p>
2+
<p><em><a href="support@example.com">support@example.com</a> to contact support</em></p>

test/fixture/email-italic.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
_support@example.com_
2+
3+
_support@example.com to contact support_

0 commit comments

Comments
 (0)