Add untracked files
This commit is contained in:
12
landing.bryanroessler.com/_includes/mathjax.html
Normal file
12
landing.bryanroessler.com/_includes/mathjax.html
Normal file
@@ -0,0 +1,12 @@
|
||||
{% if page.mathjax %}
|
||||
<script type="text/javascript">
|
||||
MathJax = {
|
||||
options: {
|
||||
skipHtmlTags: [
|
||||
'script', 'noscript', 'style', 'textarea', 'pre', 'code'
|
||||
]
|
||||
}
|
||||
};
|
||||
</script>
|
||||
<script type="text/javascript" async src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
|
||||
{% endif %}
|
||||
Reference in New Issue
Block a user