New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@sswatson/mdsvex

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sswatson/mdsvex

Markdown preprocessor for Svelte

latest
Source
npmnpm
Version
0.9.10
Version published
Maintainers
1
Created
Source

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/

Keywords

test

FAQs

Package last updated on 03 Jan 2022

Related posts