Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 698 Bytes

Adding Latex support to md export vscode.md

File metadata and controls

20 lines (14 loc) · 698 Bytes

VS Code export markdown to pdf | vscode-markdown-pdf

Github Issue Talking about this

Using YZANE's plugin

Add the following script tags to the .md file

<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>

Or add them to the template file

/Users/<username>/.vscode/extensions/yzane.markdown-pdf-x.x.x/template/template.html