7 changed files with 3 additions and 16 deletions
@ -1,5 +0,0 @@
@@ -1,5 +0,0 @@
|
||||
<script lang='ts'> |
||||
|
||||
export let html: string; |
||||
|
||||
</script> |
||||
@ -1,8 +0,0 @@
@@ -1,8 +0,0 @@
|
||||
<script lang="ts"> |
||||
export let content: string; |
||||
</script> |
||||
|
||||
<button |
||||
id={`wikilink-v0-${content.toLocaleLowerCase().replaceAll(' ', '-')}`} |
||||
class="text-indigo-600 underline">{content}</button |
||||
> |
||||
Loading…
Reference in new issue