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