Build a markdown editor-viewer in Svelte
Before we dive into writing the code, this blog assumes that the reader knows the basics of Svelte(I will anyway explain each line of code).
What are we building?
A textarea to enter markdown data.
A button clicking on which will show formatted data...
akhil.hashnode.dev4 min read