Merge master

This commit is contained in:
Pieter Vander Vennet 2025-07-10 17:04:24 +02:00
commit 8d08ebf416
34 changed files with 6821 additions and 262 deletions

View file

@ -14,5 +14,7 @@
</script>
{#if src?.length > 0}
{@html marked.parse(src)}
<div class="in-markdown">
{@html marked.parse(src)}
</div>
{/if}