@@ -113,13 +113,11 @@ const FEATURED: {
113
113
packages : [
114
114
{
115
115
name : 'mdsvex' ,
116
- description :
117
- 'A Markdown preprocessor that lets you put Markdown in your Svelte and Svelte in your Markdown'
116
+ description : 'Put Markdown in your Svelte and Svelte in your Markdown'
118
117
} ,
119
118
{
120
119
name : '@content-collections/core' ,
121
- description :
122
- 'Transform your content into type-safe data collections and say goodbye to manual data fetching and parsing'
120
+ description : 'Transform your content into type-safe data collections'
123
121
} ,
124
122
{ name : 'svelte-exmarkdown' , description : 'Extensible component for Markdown rendering' } ,
125
123
{
@@ -128,7 +126,7 @@ const FEATURED: {
128
126
} ,
129
127
{
130
128
name : '@prismicio/svelte' ,
131
- description : 'Present content from Prismic - a headless page builder '
129
+ description : 'Components and helpers to fetch and present Prismic content '
132
130
} ,
133
131
{ name : 'carta-md' } ,
134
132
{
@@ -139,11 +137,10 @@ const FEATURED: {
139
137
{
140
138
name : '@evidence-dev/evidence' ,
141
139
description :
142
- 'A powerful framework for building and publishing data products using SQL, Markdown, and AI'
140
+ 'A framework for building and publishing data products using SQL, Markdown, and AI'
143
141
} ,
144
142
{ name : 'svelte-pdf' , description : 'Render PDF documents using PDF.js' } ,
145
- { name : 'typewriter-editor' } ,
146
- { name : '@svelte-put/toc' }
143
+ { name : 'typewriter-editor' }
147
144
]
148
145
} ,
149
146
{
0 commit comments