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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user