svelte-inline-markdown-editor

Svelte Inline Markdown Editor

A small text editor component that shows a live preview of markdown formatting as you type.

Svelte Inline Markdown Editor

A small text editor that shows a live preview of markdown formatting as you type.

Install

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_!" />

Development

Install the dependencies:

npm install

Then run the demo:

npm run dev

Run the tests:

npm run test

Top categories

Loading Svelte Themes