Don't render markdown embedded HTML

This commit is contained in:
space-nuko
2023-05-29 18:23:29 -05:00
parent 8b1c8ba9ee
commit cba6e6e47c
2 changed files with 14 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
<script>
export let href = "";
export let title = undefined;
export let text = "";
</script>
<div/>