QLMarkdown icon indicating copy to clipboard operation
QLMarkdown copied to clipboard

Math equation

Open zihaosino opened this issue 3 years ago • 1 comments

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>

zihaosino avatar Jul 02 '22 03:07 zihaosino

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.

yig avatar Aug 24 '22 04:08 yig

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

I hope QLMarkdown can add this feature soon.

thanhqtran avatar Apr 12 '23 03:04 thanhqtran

Implemented on release 1.0.16 (41).

sbarex avatar May 05 '23 10:05 sbarex