prettier/tests/markdown_link
Ika b67fa907bd
fix(markdown): preserve email autolink (#4740)
```diff
 <hello@example.com>
 <mailto:hello@example.com>
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-<mailto:hello@example.com>
+<hello@example.com>
 <mailto:hello@example.com>
```
2018-06-27 08:36:51 +08:00
..
__snapshots__ fix(markdown): preserve email autolink (#4740) 2018-06-27 08:36:51 +08:00
autolink.md fix(markdown): preserve email autolink (#4740) 2018-06-27 08:36:51 +08:00
entity.md fix(markdown): update remark-parse to v5.0.0 (#3780) 2018-01-21 12:31:30 +08:00
jsfmt.spec.js Conform the quotes in Markdown link titles to the singleQuote option (#3481) 2017-12-24 15:44:38 +01:00
long.md fix(markdown): no break on link (#3204) 2017-11-09 08:19:35 +11:00
simple.md feat: support markdown (#2943) 2017-10-12 09:46:44 +11:00
title.md Conform the quotes in Markdown link titles to the singleQuote option (#3481) 2017-12-24 15:44:38 +01:00
url.md fix(markdown): print auto-link as-is (#3032) 2017-10-14 22:49:12 +11:00