Skip to content

isabella232/MDsveX

 
 

Repository files navigation

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/

About

A markdown preprocessor for Svelte.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 54.6%
  • JavaScript 45.4%