speced / bikeshed

:bike: A preprocessor for anyone writing specifications that converts source files into actual specs.
https://speced.github.io/bikeshed
Creative Commons Zero v1.0 Universal
1.12k stars 200 forks source link

Add some way to turn off macros in a subtree #2931

Open tabatkins opened 1 month ago

tabatkins commented 1 month ago

"Opaque" elements (style/script/pre/xmp, and anything with a bs-opaque attribute) don't process any of the markdown or markdown-ish stuff insdie of them; they're just html. But macros still work in there, and specs depend on that.

I should add a way to turn off macros as well; it causes issues for some contexts, like including LaTeX source.