Add render support

This commit is contained in:
Jon Staab
2024-09-24 14:12:38 -07:00
parent 148208f072
commit 605273d7c7
19 changed files with 355 additions and 25 deletions
+9
View File
@@ -0,0 +1,9 @@
<script lang="ts">
export let value
</script>
<pre>
<code class="link-content block w-full">
{value}
</code>
</pre>