Skip to content

Commit

Permalink
add MathJax rendering support
Browse files Browse the repository at this point in the history
  • Loading branch information
kidlj committed May 25, 2019
1 parent 93f66b7 commit 91bb645
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion _layouts/main.html
Expand Up @@ -7,7 +7,13 @@
<link href='/css/webfonts.css' rel='stylesheet' type='text/css'>
<link href="/css/global.css" rel="stylesheet" type="text/css">
<link href="/css/style.css" rel="stylesheet" type="text/css">
<link href="/css/responsive.css" rel="stylesheet" type="text/css">
<link href="/css/responsive.css" rel="stylesheet" type="text/css">
<script src='https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML' async></script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {inlineMath: [['$','$']]}
});
</script>
<title>kidlj - {{ page.title }}</title>
</head>

Expand Down

0 comments on commit 91bb645

Please sign in to comment.