mdsvex
TypeScript icon, indicating that this package has built-in type declarations

0.11.0 • Public • Published

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.

Try it

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/

/mdsvex/

    Package Sidebar

    Install

    npm i mdsvex

    Weekly Downloads

    19,963

    Version

    0.11.0

    License

    MIT

    Unpacked Size

    2.19 MB

    Total Files

    10

    Last publish

    Collaborators

    • evilpingwin