
Markdown parser to svelte components
Svelte Markdown is a markdown parser that renders into Svelte Components. It is inspired by ReactMarkdown and provides a convenient way to parse markdown source and render it as Svelte components.
Svelte Markdown is a powerful tool for parsing and rendering markdown in Svelte applications. It offers features like custom renderers, event handling, and support for inline markdown. With easy installation and usage, it is a convenient choice for developers working with Svelte and markdown.

Svelte is a modern front-end framework that compiles your code at build time, resulting in smaller and faster applications. It uses a reactive approach to update the DOM, allowing for high performance and a smoother user experience.
Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects
ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.