Mercurial > repos > public > wdown
comparison test.tmpl @ 8:4a25b534c81c javascript-experiment
Add v8 engine and include katex
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 17 Jun 2020 21:43:52 +0200 |
parents | a5aa39557726 |
children |
comparison
equal
deleted
inserted
replaced
7:a5aa39557726 | 8:4a25b534c81c |
---|---|
1 <!DOCTYPE html> | |
1 <html> | 2 <html> |
2 <head> | 3 <head> |
3 <title>{{title}}</title> | 4 <title>{{title}}</title> |
5 <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.11.1/dist/katex.min.css" integrity="sha384-zB1R0rpPzHqg7Kpt0Aljp8JPLqbXI3bhnPWROx27a9N0Ll6ZP/+DiW/UqRcLbRjq" crossorigin="anonymous"> | |
6 | |
7 <!-- The loading of KaTeX is deferred to speed up page rendering --> | |
8 <script defer src="https://cdn.jsdelivr.net/npm/katex@0.11.1/dist/katex.min.js" integrity="sha384-y23I5Q6l+B6vatafAwxRu/0oK/79VlbSz7Q9aiSZUvyWYIYsd+qj+o24G5ZU2zJz" crossorigin="anonymous"></script> | |
9 | |
4 </head> | 10 </head> |
5 <body> | 11 <body> |
6 {{{content}}} | 12 {{{content}}} |
7 </body> | 13 </body> |
8 </html> | 14 </html> |