- Install
Markdown PDF
in VScode - Find the file in path
C://Users/<username>/.vscode/extensions/yzane.markdown-pdf-1.4.1/template/template.html
- Add
before
<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>
</html>
, after</body>