svelte-markdoc icon indicating copy to clipboard operation
svelte-markdoc copied to clipboard

Markdoc preprocessor for Svelte

Results 3 svelte-markdoc issues
Sort by recently updated
recently updated
newest added

I think `svelte-markdoc` doesn't work with the latest SvelteKit. Check the setup and error below: ``` // package.json: { "name": "markdoc-demo", "version": "0.0.1", "scripts": { "dev": "vite dev", "build": "svelte-kit...

I found this repl, with support for custom tags. Would it be possible to support custom tags in the pre-processor?

This is a first attempt at adding `Markdoc.svelte` into the mix. I have rejigged the repo as per `svelte-kit package`, but if you can think of a cleaner way to...