Commit 0392a3346c6dea849172f589c8b51ab742931f8c
1 parent
a90c6ca8
Exists in
master
and in
1 other branch
Add Mathjax js lib as per the documentation
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
aprendizations/templates/topic.html
| ... | ... | @@ -25,6 +25,7 @@ |
| 25 | 25 | } |
| 26 | 26 | }; |
| 27 | 27 | </script> |
| 28 | + <script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script> | |
| 28 | 29 | <script async type="text/javascript" id="MathJax-script" src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script> |
| 29 | 30 | |
| 30 | 31 | <!-- codemirror --> | ... | ... |