nea / MarkdownViewerPlusPlus

A Notepad++ Plugin to view a Markdown file rendered on-the-fly
MIT License
1.17k stars 143 forks source link

Mathematics equations support #59

Closed SpinoPi closed 6 years ago

SpinoPi commented 6 years ago

Hi nea, Thank you so much for your excellent work on this plugin. I have a little question about its usage, how could I write mathematics equations? "$$" seems not work in MarkdowViewerPP. Thank you!

nea commented 6 years ago

Hi @SpinoPi

I just released a new version 0.8.0.

I changed the Markdown renderer to Markdig which supports basic math equations like https://github.com/lunet-io/markdig/blob/master/src/Markdig.Tests/Specs/MathSpecs.md.

I hope this helps.

Cheers

SpinoPi commented 6 years ago

Thank you very much for this great work! @nea

RoyiAvital commented 6 years ago

If I remember correctly this holds for the HTML output yet the view pane doesn't display Math, right?