Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 150 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 150 Bytes

Usage

<script>
	import { Djot } from 'svelte-djot';

	const text = '{+Hello+} _djot_ from *SvelteKit*!';
</script>

<Djot {text} />