Hi @gschaden Thanks for your great project. It totaly meets my custom export requirements.
I'd like to add a script line in head section to support mathjax:
<head>
<meta charset="UTF-8">
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3.0.1/es5/tex-mml-chtml.js"></script>
<style>
{{style}}
</style>
</head>
| Before |
After |
 |
 |
Do you think this is a good way? or you have a better solution? Let me know if I can raise a pull request. Thank you.
Hi @gschaden Thanks for your great project. It totaly meets my custom export requirements.
I'd like to add a script line in head section to support mathjax:
Do you think this is a good way? or you have a better solution? Let me know if I can raise a pull request. Thank you.