Skip to content

Commit 6bffd59

Browse files
committed
Add markdoc-svelte package
This is a very useful alternative to mdsvex for rendering markdown content. The Markdoc support also enables several advantages for more advanced types of content.
1 parent d0ad3de commit 6bffd59

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

apps/svelte.dev/src/lib/packages-meta.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,10 @@ const FEATURED: {
124124
name: '@magidoc/plugin-svelte-marked',
125125
description: 'Markdown parser that supports Github Flavored Markdown'
126126
},
127+
{
128+
name: 'markdoc-svelte',
129+
description: 'Preprocess Markdown and Markdoc files into Svelte components using Markdoc'
130+
},
127131
{
128132
name: '@prismicio/svelte',
129133
description: 'Components and helpers to fetch and present Prismic content'
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": "markdoc-svelte",
3+
"npm_description": "A preprocessor to render Markdoc in Svelte",
4+
"repo_url": "https://github.com/CollierCZ/markdoc-svelte",
5+
"authors": ["colliercz"],
6+
"homepage": "https://github.com/CollierCZ/markdoc-svelte#readme",
7+
"version": "3.0.0",
8+
"downloads": 4,
9+
"github_stars": 15,
10+
"updated": "2025-06-23T20:22:55.577Z",
11+
"svelte_range": "4.x || 5.x"
12+
}

0 commit comments

Comments
 (0)