You've already forked AstralRinth
forked from didirus/AstralRinth
Update docs examples + Add Select component + Add Card, Base, Title classes
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { defineMDSveXConfig as defineConfig } from 'mdsvex';
|
||||
import examples from 'mdsvexamples'
|
||||
|
||||
const config = defineConfig({
|
||||
extensions: ['.svelte.md', '.md', '.svx'],
|
||||
@@ -7,7 +8,7 @@ const config = defineConfig({
|
||||
dashes: 'oldschool',
|
||||
},
|
||||
|
||||
remarkPlugins: [],
|
||||
remarkPlugins: [[examples, { ExampleComponent: '$routes/_internal/components/Example.svelte' }]],
|
||||
rehypePlugins: [],
|
||||
|
||||
layout: {
|
||||
|
||||
Reference in New Issue
Block a user