NO FUSS NO MUSS

This commit is contained in:
2024-07-04 07:45:38 +02:00
parent 1f7d32ed2c
commit a70623ab46
4 changed files with 1735 additions and 0 deletions

12
footer.tmpl Normal file
View File

@@ -0,0 +1,12 @@
<script>
$(async () => {
if (!$('.language-plantuml').length) return;
await Promise.all([
$.getScript('https://gitea.dmz.rs/disu1950/android-toolz/assets/deflate.js'),
$.getScript('https://gitea.dmz.rs/disu1950/android-toolz/assets/encode.js'),
$.getScript('https://gitea.dmz.rs/disu1950/android-toolz/assets/plantuml_codeblock_parse.js'),
]);
// Replace call with address to your plantuml server
parsePlantumlCodeBlocks("https://www.plantuml.com/plantuml");
});
</script>