pngwn / MDsveX

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

svelte AST validation #579

Open pngwn opened 4 months ago

pngwn commented 4 months ago

The parser is intentionally designed to be very loose, only requiring the syntax to follow a certain pattern. In reality, svelte is very strict about only specific keywords being able to use # constructs.

This will be an additional (and optional validation step). If enabled it can either: