diff --git a/QuickLook.Plugin/QuickLook.Plugin.MarkdownViewer/Resources/md2html.html b/QuickLook.Plugin/QuickLook.Plugin.MarkdownViewer/Resources/md2html.html index 3fa1943..f0c9cac 100644 --- a/QuickLook.Plugin/QuickLook.Plugin.MarkdownViewer/Resources/md2html.html +++ b/QuickLook.Plugin/QuickLook.Plugin.MarkdownViewer/Resources/md2html.html @@ -462,6 +462,13 @@ updateActiveHeading(currentHeading); } }); + + // Support MathJax inline math + window.MathJax = { + tex: { + inlineMath: [['$', '$'], ['\\(', '\\)']] + } + };