Browse Source

Merge 918920499d into ff643c5bf5

pull/180/merge
James Herdman 8 years ago
committed by GitHub
parent
commit
a2ca94b8b1
  1. 3
      test/fixtures/markdown-it/linkify.txt

3
test/fixtures/markdown-it/linkify.txt

@ -43,9 +43,12 @@ emails
test@example.com
mailto:test@example.com
[oh hey](mailto:test@example.com?subject=foo bar&body=what's up)
.
<p><a href="mailto:test@example.com">test@example.com</a></p>
<p><a href="mailto:test@example.com">mailto:test@example.com</a></p>
<p><a href="mailto:test@example.com?subject=foo%20bar&body=what's%20up>oh hey</a></p>
.

Loading…
Cancel
Save