android/footer.tmpl

12 lines
514 B
Cheetah
Raw Normal View History

2024-07-04 05:45:38 +00:00
<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>