README.md

June 9, 2023 ยท View on GitHub

๐Ÿง Add mdsvex to Svelte

GitHub issues by-label GitHub issues by-label

This is an adder for svelte-add; you should read its README before continuing here.

โž• Adding mdsvex

This adder's codename is mdsvex, and can be used like so:

npx svelte-add@latest mdsvex

๐Ÿž Supported environments

This adder supports SvelteKit and Vite-powered Svelte apps (all the environments svelte-add currently supports).

โš™๏ธ Options

This adder doesn't take any options of its own.

๐Ÿ›  Using mdsvex

After the adder runs,

  • You can write Svelte in markdown syntax in .md, .svelte.md, and .svx files and import them as Svelte components.

  • You can configure mdsvex in the mdsvex.config.js file.