prettier/tests/markdown_linkReference
Ika 4af3dd4b07
test: improve snapshots (#5521)
- before
  ```
  ${input}${"~".repeat(printWidth)}
  ${output}
  ```
- after
  ```
  ===options===
  ${options}
  ${" ".repeat(printWidth)}| printWidth
  ====input====
  ${input}
  ===output====
  ${output}
  =============
  ```
2018-11-25 16:21:14 +08:00
..
__snapshots__ test: improve snapshots (#5521) 2018-11-25 16:21:14 +08:00
cjk.md feat(markdown): support CJK and emoji (#3026) 2017-10-14 23:57:31 -05:00
collapsed.md feat: support markdown (#2943) 2017-10-12 09:46:44 +11:00
definition.md Break link definitions onto multiple lines when needed (#3531) 2018-05-14 06:17:37 -04:00
full.md feat: support markdown (#2943) 2017-10-12 09:46:44 +11:00
jsfmt.spec.js Break link definitions onto multiple lines when needed (#3531) 2018-05-14 06:17:37 -04:00
shortcut.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