You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in gitea/custom/templates/custom/footer.tmpl it says one should insert:
<script>
$(async () =>{if(!$('.language-plantuml').length)return;awaitPromise.all([$.getScript('https://your-server.com/deflate.js'),$.getScript('https://your-server.com/encode.js'),$.getScript('https://your-server.com/plantuml_codeblock_parse.js'),]);// Replace call with address to your plantuml serverparsePlantumlCodeBlocks("https://www.plantuml.com/plantuml");});
</script>
Description
Plantuml stopped working for me updating from 1.5.4 to 1.7 .1
I found #16292 and solved the issue for myself.
Still however: current docs show the old way of doing it.
The earlier that is fixed , the less feedback You will receive.
Gitea Version
1.7.1
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
No response
Screenshots
No response
Git Version
not applicable
Operating System
not applicable
How are you running Gitea?
gitea-1.17.1-linux-amd64 with a systemd unit file and giteaCUSTOM set.
Database
PostgreSQL
The text was updated successfully, but these errors were encountered: