Skip to content

Commit 8fbeefa

Browse files
committed
取消$作为行间公式界定,避免与货币含义冲突。
1 parent b947c3f commit 8fbeefa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

template/markdown.ejs

+2-2
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ MixJS.loadJS('highlight/hljs-0.8.js',function(){
116116
tex2jax: {inlineMath: [['\\(','\\)']]}});
117117
//['$','$'], 避免货币价格冲突
118118
</script>
119-
<script type="text/javascript" src="/js/MathJax/MathJax.js">
120-
// src="http://cdn.mathjax.org/mathjax/latest/MathJax.js"
119+
<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js">
120+
//本地 src="/js/MathJax/MathJax.js"
121121
</script>
122122
<% } %>
123123
<!--placeholder-->

0 commit comments

Comments
 (0)