markdown-editor icon indicating copy to clipboard operation
markdown-editor copied to clipboard

support for LateX

Open houcy opened this issue 5 years ago • 2 comments

This md editor doesn't support LateX, see example below. Would you enhance to support LateX?

$$E=mc^2$$

Thanks!

houcy avatar Oct 18 '20 07:10 houcy

There is some pages that implement Elm-Markdown dialect. Eg:

  • https://tazzo.github.io/elm-markdown-math-demo/
  • https://jxxcarlson.github.io/app/mathMarkdownLive/

It would be nice to have the support ported here. But given two different languages (javascript and elm) I guess that would be hard.

sskras avatar Feb 06 '21 15:02 sskras

OTOH this web-app seems to use "markdown-it". Thus it should be possible to use its plugin "markdown-it-texmath": https://www.npmjs.com/package/markdown-it-texmath

Or maybe other, older one called "markdown-it-math": https://www.npmjs.com/package/markdown-it-math

sskras avatar Feb 06 '21 17:02 sskras