Skip to content
This repository has been archived by the owner on Oct 28, 2023. It is now read-only.

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

Notifications You must be signed in to change notification settings

cbroms/svelte-inline-markdown-editor

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks