Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • Most markdown implementations I've seen don't provide any support for mathematical notation. Commented Jun 30, 2018 at 5:42
  • Oh, well. You just escape to TeX every time you feel so or don't remember the proper markdown syntax. It easier to write _emphasis_ than \emph{emphasis}, but at least pandoc would detect $$\int e^{\frac{1}{x}} dx$$ and convert it to a proper LaTeX display chant. Commented Jun 30, 2018 at 15:03
  • I would call that "using LaTeX as a proxy language", which is what the OP specifically said they don't want. (I suppose it's possible they meant something else, though.) Commented Jun 30, 2018 at 18:33