Duplicated from fuliai/cobalt
43a06dc
1
2
3
4
5
6
7
8
9
10
<!-- Workaround for https://github.com/pngwn/MDsveX/issues/116 --> <script lang="ts" context="module"> import a from "$components/misc/OuterLink.svelte"; export { a }; </script> <div class="long-text-noto about"> <slot></slot> </div>