sbarex / QLMarkdown

macOS Quick Look extension for Markdown files.
GNU General Public License v3.0
1.37k stars 33 forks source link

Math equation #110

Closed zihaosino closed 1 year ago

zihaosino commented 2 years ago

I wander this will support mathjax render

just like adding below code in html can render math equation

<script type="text/x-mathjax-config">MathJax.Hub.Config({tex2jax: {inlineMath:[['$','$']]}});</script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=default' async></script>
yig commented 2 years ago

I would like an option for math support. GitHub markdown now supports math. It would be nice to be able to preview that in QLMarkdown.

thanhqtran commented 1 year ago

It seems to me that iPreview is the only app that supports Math typeset.

I hope QLMarkdown can add this feature soon.

sbarex commented 1 year ago

Implemented on release 1.0.16 (41).