You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

19 lines
498 B

<script async src="<%- theme.plugins.mathjax %>"></script>
<!-- MathJax配置,可通过单美元符号书写行内公式等 -->
<script>
window.MathJax = {
tex: {
inlineMath: [ ["$", "$"], ["\\(","\\)"] ],
displayMath: [ ['$$','$$'], ["\\[","\\]"] ],
processEscapes: true,
tags: "ams",
macros: {
href: "{}"
}
},
options: {
ignoreHtmlClass: "tex2jax_ignore|dno",
skipHtmlTags: ['script', 'noscript', 'style', 'textarea', 'pre', 'code']
}
};
</script>