1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-31 20:11:59 +02:00

code blocks and consecutive latex blocks had issues

This commit is contained in:
Pomax
2017-02-16 07:51:36 -08:00
parent e9dfc48b89
commit 506cb6a5d9
12 changed files with 89 additions and 120 deletions

View File

@@ -209,6 +209,10 @@
</article>
<!-- the actual article is a JS bundle -->
<script src="article.js" async></script>
<script>
var s = document.createElement("script");
s.src = "article.js?ts=" + Date.now();
document.head.appendChild(s);
</script>
</body>
</html>