Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What am I missing? It doesn't convert math formula embedded at all. #355

Open
kundeng opened this issue Mar 6, 2024 · 3 comments
Open

Comments

@kundeng
Copy link

kundeng commented Mar 6, 2024

No description provided.

@upyesp
Copy link

upyesp commented Mar 9, 2024

Thatis right, it doesn't support rendering math formula. Therte's no suppoprt for Tex, Latex, Katex, MathJax.

If you want to convert Markdown with math formatting to PDF, try Pandoc.

https://pandoc.org/

@vinlin24
Copy link

vinlin24 commented Apr 5, 2024

See #21. You can append this <script> to your Markdown document. When it exports, the LaTeX should be rendered properly.

<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script type="text/x-mathjax-config">
  MathJax.Hub.Config({ tex2jax: {inlineMath: [['$', '$']]}, messageStyle: "none" });
</script>

@ruiyuanlu
Copy link

See #21. You can append this <script> to your Markdown document. When it exports, the LaTeX should be rendered properly.

<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script type="text/x-mathjax-config">
  MathJax.Hub.Config({ tex2jax: {inlineMath: [['$', '$']]}, messageStyle: "none" });
</script>

Nice fix thx. But it does work in private net. Any offline alternatives available?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants