Mercurial > repos > public > wdown
comparison test.tmpl @ 10:1ffe6e4f933c
Add math support through MathJax
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 17 Jun 2020 22:13:03 +0200 |
parents | 0a3841171c8f |
children | 4bcdc24edbe3 |
comparison
equal
deleted
inserted
replaced
9:0a3841171c8f | 10:1ffe6e4f933c |
---|---|
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <title>{{title}}</title> | 3 <title>{{title}}</title> |
4 <meta charset="UTF-8"> | 4 <meta charset="UTF-8"> |
5 <script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script> | |
6 <script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3.0.1/es5/tex-mml-chtml.js"></script> | |
5 </head> | 7 </head> |
6 <body> | 8 <body> |
7 {{{content}}} | 9 {{{content}}} |
8 </body> | 10 </body> |
9 </html> | 11 </html> |