pngwn / MDsveX

A markdown preprocessor for Svelte.
https://mdsvex.pngwn.io
MIT License
2.27k stars 96 forks source link

How does mdxvex work exactly? #594

Open Hugos68 opened 4 months ago

Hugos68 commented 4 months ago

Hey, awesome job with mdsvex. I am trying to create my own preprocessor but instead of markdown for AsciiDoc.
Mdsvex seems to somehow "ignore" all svelte like stuff and only parse pure markdown, where does this happen? I'm trying to learn the codebase a bit better since this is a great reference.