Skip to content

Commit

Permalink
Fix #639: MathJax in Markdown viewer
Browse files Browse the repository at this point in the history
  • Loading branch information
xupefei committed May 16, 2020
1 parent 452574e commit 0d8d405
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<!DOCTYPE html>
<!-- saved from url=(0014)about:internet -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
Expand Down Expand Up @@ -130,5 +131,7 @@
$(".markdown-body").css({"width": "100%", "padding-left": "0%"});
}
</script>
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-svg.js"></script>
</body>
</html>

0 comments on commit 0d8d405

Please sign in to comment.