mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-20 16:34:55 +00:00
Add MathJax inline math support to Markdown #1640
This commit is contained in:
@@ -462,6 +462,13 @@
|
|||||||
updateActiveHeading(currentHeading);
|
updateActiveHeading(currentHeading);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// Support MathJax inline math
|
||||||
|
window.MathJax = {
|
||||||
|
tex: {
|
||||||
|
inlineMath: [['$', '$'], ['\\(', '\\)']]
|
||||||
|
}
|
||||||
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script id="MathJax-script" async src="mathjax/tex-mml-svg.js"></script>
|
<script id="MathJax-script" async src="mathjax/tex-mml-svg.js"></script>
|
||||||
|
Reference in New Issue
Block a user