Skip to content
Snippets Groups Projects
Commit 852fea41 authored by Hakim El Hattab's avatar Hakim El Hattab
Browse files

Merge pull request #1205 from gothma/mathjax-md

Allow tex parsing in <code> tags
parents c96a5d6a 0cb4d105
No related branches found
No related tags found
No related merge requests found
......@@ -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
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment