replace cdn.mathjax.org with cdnjs
cdn.mathjax.org is shutting down: https://www.mathjax.org/cdn-shutting-down/ This changes the default MathJax URL in the math plugin, as well as references in README.md and test/examples/math.html
This commit is contained in:
		
							parent
							
								
									c3e96f1f0e
								
							
						
					
					
						commit
						9495b64d2c
					
				
					 3 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -1137,7 +1137,7 @@ Reveal.initialize({
 | 
			
		|||
	// other options ...
 | 
			
		||||
 | 
			
		||||
	math: {
 | 
			
		||||
		mathjax: 'https://cdn.mathjax.org/mathjax/latest/MathJax.js',
 | 
			
		||||
		mathjax: 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js',
 | 
			
		||||
		config: 'TeX-AMS_HTML-full'  // See http://docs.mathjax.org/en/latest/config-files.html
 | 
			
		||||
	},
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue