prettier/tests/mdx
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
import-export.mdx feat: support MDX (#4975) 2018-08-13 22:23:09 +08:00
jsfmt.spec.js feat: support MDX (#4975) 2018-08-13 22:23:09 +08:00
jsx-codeblock.mdx fix(mdx): treat jsx codeblock same as in markdown (#5391) 2018-11-09 09:47:05 +08:00
jsx.mdx feat: support MDX (#4975) 2018-08-13 22:23:09 +08:00
mixed.mdx feat: support MDX (#4975) 2018-08-13 22:23:09 +08:00