prettier/src/language-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
..
constants.evaluate.js fix(markdown): do not add whitespaces between Latin and Hangul (#5040) 2018-09-02 16:20:22 +08:00
embed.js fix(markdown): preserve leading/trailing newlines in fenced code block (#5038) 2018-09-01 13:35:29 +08:00
index.js refactor: language extend (#4994) 2018-08-22 10:12:57 +08:00
mdx.js feat: add printer.preprocess (#5041) 2018-09-03 23:27:50 +08:00
options.js feat(yaml): support proseWrap (#4742) 2018-07-04 00:28:47 +08:00
parser-markdown.js feat(markdown): preserve math (#5050) 2018-09-05 21:07:37 +08:00
pragma.js feat: format yaml front matter (#4773) 2018-07-03 09:54:40 +08:00
preprocess.js feat: add printer.preprocess (#5041) 2018-09-03 23:27:50 +08:00
printer-markdown.js feat(markdown): preserve math (#5050) 2018-09-05 21:07:37 +08:00
utils.js feat: add printer.preprocess (#5041) 2018-09-03 23:27:50 +08:00