shurcooL-legacy / atom-markdown-format

Formats your Markdown text on save.

Home Page:https://atom.io/packages/markdown-format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LaTeX support

ccorcos opened this issue · comments

Hey, so I like to embed LaTeX in my markdown files and compile with pandoc using mathjax:

pandoc -s --mathjax README.md -o README.html

But LaTeX is very picky about returns and whitespace for some reason. So the auto formatting can mess it up. So it would be nice if this package would ignore anything between double dollar signs: $$LaTex Code$$

Sorry, due to my limited resources, I don't think I can support this feature.

Markdown Format will currently only handle simple Markdown documents that don't embed LaTeX or other features that pandoc can support. So you won't be able to use it for such documents.