Explorar el Código

Merge pull request #1008 from szhorvat/patch-2

render_math: Update MathJax to latest version 2.7.3
Justin Mayer hace 6 años
padre
commit
2bbd8468e8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      render_math/math.py

+ 1 - 1
render_math/math.py

@@ -78,7 +78,7 @@ def process_settings(pelicanobj):
     mathjax_settings['message_style'] = 'normal'  # This value controls the verbosity of the messages in the lower left-hand corner. Set it to "none" to eliminate all messages
 
     # Source for MathJax
-    mathjax_settings['source'] = "'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML'"
+    mathjax_settings['source'] = "'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.3/latest.js?config=TeX-AMS-MML_HTMLorMML'"
 
     # Get the user specified settings
     try: