Urara-Blog/node_modules/.pnpm-store/v3/files/94/51163d44b77871a8852202697cc4ad02a94b597ea9df10169e02739474abf8ce1ee2f2e5d98396712ab26ed666dc3ec773a1c6f4146fdf811ca071cbf26c9d
2022-08-14 01:14:53 +08:00

25 lines
488 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# MDsveX
_do ya think I'm svexy?_
A markdown preprocessor for Svelte components. Basically [MDX](https://github.com/mdx-js/mdx) for Svelte.
This preprocessor allows you use Svelte components in your markdown, or markdown in your svelte components.
[Try it](https://mdsvex.com/)
You can do this:
```jsx
<script>
import { Chart } from '../components/Chart.svelte';
</script>
# Heres a chart
The chart is rendered inside our MDsveX document.
<Chart />
```
https://mdsvex.com/