jimjam-slam / sverto

Add Svelte components to your Quarto documents
https://sverto.jamesgoldie.dev
MIT License
60 stars 3 forks source link

Other includes being blocked when Sverto is used #18

Closed jimjam-slam closed 5 months ago

jimjam-slam commented 1 year ago

One enhancement that might at least ameliorate this is finding a way to exempt files from Sverto if they don't have the magic block at the start. We'd need to detect this both when running the pre-render script and when running the Lua filter. But at least then users would get other includes back on files where they weren't using Sverto.

jimjam-slam commented 5 months ago

Fixed in #20