@huntabyte/mdsvex
v0.16.8
Published
Markdown preprocessor for Svelte
Downloads
261
Maintainers
Readme
MDsveX
do ya think I'm svexy?
A markdown preprocessor for Svelte components. Basically MDX for Svelte.
This preprocessor allows you use Svelte components in your markdown, or markdown in your svelte components.
You can do this:
<script>
import { Chart } from '../components/Chart.svelte';
</script>
# Here’s a chart
The chart is rendered inside our MDsveX document.
<Chart />
https://mdsvex.com/