mdsvex

Markdown preprocessor for Svelte

  • mdsvex

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
mdsvex
2,1621740.11.09 months ago5 years agoMinified + gzip package size for mdsvex in KB

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.
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/