Merge pull request #1205 from gothma/mathjax-md
Allow tex parsing in <code> tags
This commit is contained in:
		@@ -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
 | 
			
		||||
		});
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user