prettier/tests/markdown_math
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
dollar-sign.md fix(markdown): do not keep increasing backslashes for dollar sign (#5358) 2018-11-07 10:06:57 +08:00
empty-block.md feat(markdown): preserve math (#5050) 2018-09-05 21:07:37 +08:00
jsfmt.spec.js feat(markdown): preserve math (#5050) 2018-09-05 21:07:37 +08:00
math-like.md fix(markdown): do not trim content in inline-math (#5485) 2018-11-16 00:17:20 +08:00
remark-math.md feat(markdown): preserve math (#5050) 2018-09-05 21:07:37 +08:00