prettier/tests/markdown_paragraph
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 fix(markdown): do not merge continuous cjk if proseWrap=preserve (#4504) 2018-05-19 13:53:34 +08:00
inline-nodes.md feat: support markdown (#2943) 2017-10-12 09:46:44 +11:00
jsfmt.spec.js feat(markdown): add `proseWrap: "preserve"` option (#3340) 2017-12-02 09:48:40 +11:00
lorem.md feat(markdown): add `proseWrap: "preserve"` option (#3340) 2017-12-02 09:48:40 +11:00
simple.md feat: support markdown (#2943) 2017-10-12 09:46:44 +11:00
special-prefix.md fix(markdown): do not break before special prefix (#3347) 2017-11-30 08:43:22 +11:00
whitespace.md fix(markdown): preserve non-breakable whitespaces (#3327) 2017-11-27 19:37:52 +11:00