attempt 2 at tikzjax

This commit is contained in:
Peter 2020-12-08 15:20:13 +08:00
parent a7783f16d0
commit 6034eaf1a8
4 changed files with 2 additions and 2 deletions

View File

@ -21855,7 +21855,7 @@ if (document.currentScript === undefined) {
var url = new URL(document.currentScript.src); // host includes the port
var host = url.host;
var urlRoot = url.protocol + '//' + host;
var urlRoot = url.protocol + '//' + host + '/js/tikzjax';
let pages = 1000;
var coredump;
var code;

View File

@ -15,7 +15,7 @@
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/10.4.1/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<script src="/tikzjax.js"></script>
<script src="/js/tikzjax/tikzjax.js"></script>
<script id="MathJax-script" async
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js">
</script>