loading code fetching the highlighted snippet
Edit markdown on the left, see it rendered on the right. Mix markdown with HTML — both render in real time with a 500ms debounce.
<em>, <span style>, <a> — renders right alongside.SvelteMarkdown you'd drop into your own app — no special
playground harness.Hey there! This is a fun example of mixing Markdown and HTML together.
| Feature | Markdown | HTML |
|---|---|---|
| Bold | text | text |
| Italic | text | text |
| Links | npm | github |
Here's a quote for you:
"The best of both worlds" - Someone who loves markdown & HTML
You can even use superscript and subscript text!
Happy coding! ♥