@zachleat hey there. First off 11ty is incredible. Thanks.

I'm having an issue where in a nunjucks loop I'm getting `p` tags auto added around what I'm echoing out and wondered if this is a usual thing or if I'm possibly doing something silly on my end. 😅

@david likely a markdown + nunjucks issue. Use `{%-` to remove leading whitespace around Nunjucks tags and it should help!

https://mozilla.github.io/nunjucks/templating.html#whitespace-control

Nunjucks

@zachleat oh gosh that worked. I think I love you. 💚💚. Thanks Zach.