mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 14:16:01 +00:00
plugin tab
This commit is contained in:
8
packages/web/src/elements/Markdown.svelte
Normal file
8
packages/web/src/elements/Markdown.svelte
Normal file
@@ -0,0 +1,8 @@
|
||||
<script>
|
||||
import SvelteMarkdown from 'svelte-markdown';
|
||||
import Link from './Link.svelte';
|
||||
|
||||
export let source;
|
||||
</script>
|
||||
|
||||
<SvelteMarkdown {source} renderers={{ link: Link }} />
|
||||
Reference in New Issue
Block a user