Update Beautiful Jekyll to the latest commit version
This commit is contained in:
parent
55804453a2
commit
484c65f982
33 changed files with 983 additions and 408 deletions
12
_includes/mathjax.html
Normal file
12
_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 %}
|
Loading…
Add table
Add a link
Reference in a new issue