Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/svelte-add/mdsvex
Add mdsvex to your Svelte project
https://github.com/svelte-add/mdsvex
markdown mdsvex svelte svelte-add svelte-kit sveltekit vite
Last synced: about 3 hours ago
JSON representation
Add mdsvex to your Svelte project
- Host: GitHub
- URL: https://github.com/svelte-add/mdsvex
- Owner: svelte-add
- License: mit
- Created: 2021-01-10T22:11:49.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-09T13:33:35.000Z (over 1 year ago)
- Last Synced: 2024-04-28T04:53:26.123Z (7 months ago)
- Topics: markdown, mdsvex, svelte, svelte-add, svelte-kit, sveltekit, vite
- Language: JavaScript
- Homepage:
- Size: 108 KB
- Stars: 88
- Watchers: 7
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
🐧 Add mdsvex to Svelte
[![GitHub issues by-label](https://img.shields.io/github/issues/svelte-add/svelte-add/confirmed%20bug?color=%23DC2626)](https://github.com/svelte-add/svelte-add/issues?q=is%3Aopen+is%3Aissue+label%3A%22confirmed+bug%22)
[![GitHub issues by-label](https://img.shields.io/github/issues/svelte-add/svelte-add/support%20question?color=%23FACC15)](https://github.com/svelte-add/svelte-add/issues?q=is%3Aopen+is%3Aissue+label%3A%22support+question%22)This is an adder for `svelte-add`; you should [read its `README`](https://github.com/svelte-add/svelte-add#readme) before continuing here.
## ➕ Adding mdsvex
This adder's codename is `mdsvex`, and can be used like so:
```sh
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](https://mdsvex.com/docs#options) in the `mdsvex.config.js` file.