Created a plugin to tackle #1181. Currently have an issue with tikzjax since it imports some wasm file from its javascript. The rest should work as expected. --------- Signed-off-by: George Araujo <george.gcac@gmail.com>
7 lines
183 B
Plaintext
7 lines
183 B
Plaintext
<!-- jQuery -->
|
|
<script
|
|
src="{{ site.third_party_libraries.jquery.url.js }}"
|
|
integrity="{{ site.third_party_libraries.jquery.integrity.js }}"
|
|
crossorigin="anonymous"
|
|
></script>
|