prettier/tests/multiparser_js_markdown
Ika a1545a835a
feat(markdown): preserve math (#5050)
- preserve inlineMath (`$inline$`) and blockMath:

  ```md
  $$
  block
  $$
  ```
- side effect: `$` always needs to be escaped.
2018-09-05 21:07:37 +08:00
..
__snapshots__ feat(markdown): preserve math (#5050) 2018-09-05 21:07:37 +08:00
0-indent.js fix(multiparser): respect 0-indent markdown-in-js (#3676) 2018-01-17 12:52:42 +08:00
codeblock.js feat: support markdown (#2943) 2017-10-12 09:46:44 +11:00
escape.js fix(javascript): correct escape for markdown in js (#4381) 2018-04-26 13:22:43 +03:00
issue-5021.js fix(markdown): stably print lists in front of whitespace-only trailing newline (#5024) 2018-09-01 12:14:53 +08:00
jsfmt.spec.js feat(markdown): add `proseWrap: "preserve"` option (#3340) 2017-12-02 09:48:40 +11:00
markdown.js feat: support markdown (#2943) 2017-10-12 09:46:44 +11:00
single-line.js fix(multiparser): fix markdown error and remove trailing new line (#3293) 2017-11-21 00:19:49 +08:00