A small text editor that shows a live preview of markdown formatting as you type.
npm i svelte-inline-markdown-editor
Then you can import it to your svelte components:
<script>
import Editor from "svelte-inline-markdown-editor";
</script>
<Editor text="Hello, _world_!" />
Install the dependencies:
npm install
Then run the demo:
npm run dev
Run the tests:
npm run test