prettier/tests/markdown_code
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
0-indent-js.md fix(multiparser): respect 0-indent markdown-in-js (#3676) 2018-01-17 12:52:42 +08:00
additional-space.md fix(markdown): handle additional spaces before `code` (#3180) 2017-11-07 22:25:20 +11:00
backtick.md feat: support markdown (#2943) 2017-10-12 09:46:44 +11:00
format.md feat: support markdown (#2943) 2017-10-12 09:46:44 +11:00
indent.md feat(markdown): respect tabWidth for list items (#3990) 2018-02-24 19:13:02 +11:00
jsfmt.spec.js feat(markdown): add `proseWrap: "preserve"` option (#3340) 2017-12-02 09:48:40 +11:00
lang.md feat: support markdown (#2943) 2017-10-12 09:46:44 +11:00
leading-trailing-newlines.md fix(markdown): preserve leading/trailing newlines in fenced code block (#5038) 2018-09-01 13:35:29 +08:00
simple.md feat: support markdown (#2943) 2017-10-12 09:46:44 +11:00