Merge pull request #1205 from gothma/mathjax-md
Allow tex parsing in <code> tags
This commit is contained in:
commit
852fea4133
@ -14,7 +14,10 @@ var RevealMath = window.RevealMath || (function(){
|
||||
|
||||
MathJax.Hub.Config({
|
||||
messageStyle: 'none',
|
||||
tex2jax: { inlineMath: [['$','$'],['\\(','\\)']] },
|
||||
tex2jax: {
|
||||
inlineMath: [['$','$'],['\\(','\\)']] ,
|
||||
skipTags: ['script','noscript','style','textarea','pre']
|
||||
},
|
||||
skipStartupTypeset: true
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user