mdsvex
mdsvex 是 Svelte 组件的 Markdown 预处理器 - 基本上是 Svelte 的 MDX。它允许你在 Markdown 中使用 Svelte 组件,或在 Svelte 组件中使用 Markdown。
¥mdsvex is a markdown preprocessor for Svelte components - basically MDX for Svelte. It allows you to use Svelte components in your markdown, or markdown in your Svelte components.
用法(Usage)
¥Usage
npx sv add mdsvex
你将获得什么(What you get)
¥What you get
在你的
svelte.config.js
中安装并配置 mdsvex¥mdsvex installed and configured in your
svelte.config.js