Sam Richard
@Snugug
BBQ lead, ChromeOS DevRel. Mostly food, sometimes design and development, especially for the web. 7008px tall. He/him.
An archive of my Twitter timeline up until I moved to Mastodon. You can find me there at @[email protected]
Anyone know how to use Nunjucks macros inside of a MD file compiled with @eleven_ty? The expected {% import… %}
then {{macro()}}
is escaping the HTML produced by the macro, which is clearly not what I want.
@eleven_ty Ok, I actually figured out what was happening, but I’d still like an answer to why this is happening: I’ve got nested HTML coming from a macro and that’s being turned into a pre/code block
@eleven_ty Ok, done debugging. Nested HTML is spitting out pre/code blocks. Need to dig into that.