Skip to content

Sea-Grapes/svdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Svdown

A modern markdown preprocessor for Svelte (WIP). Focused on providing extremely easy markdown usage with minimal config needed.

Inspired by MDsveX!

Installing

Note: package still in active development.

pnpm i -D svdown

Add it to your svelte.config.js:

import { markdown } from 'svdown'

/** @type {import('@sveltejs/kit').Config} */
const config = {
  extensions: ['.svelte', '.md'],
  preprocess: [vitePreprocess(), markdown()],
}

About

A markdown preprocessor for Svelte.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors