No description
Find a file
2025-03-08 22:39:43 +01:00
highlighter initial commit 2025-03-08 22:39:43 +01:00
src initial commit 2025-03-08 22:39:43 +01:00
.envrc initial commit 2025-03-08 22:39:43 +01:00
.gitignore initial commit 2025-03-08 22:39:43 +01:00
Cargo.toml initial commit 2025-03-08 22:39:43 +01:00
package.json initial commit 2025-03-08 22:39:43 +01:00
README.md initial commit 2025-03-08 22:39:43 +01:00
shell.nix initial commit 2025-03-08 22:39:43 +01:00

MDSvexRS

A faster markdown preprocessor for svelte. Compiles .md files into .svelte with non-reactive blocks wrapped in direct HTML for faster compilation and rendering.

Note that this, like the original MDSvex, trusts it's input and doesn't escape HTML or script files.