-
@tvanantwerp Ah, yeah—that’s unfortunate! But I do think that the 0.12 behavior is wrong 😭. The entirety is processed as Liquid (unless you opt out of this feature) so overlapping Vue/Liquid double-mustache syntax will cause issues. But wrapping your code block in {% raw %} is the way out.
-
@tvanantwerp A few other fancy options: the render plugin
{% renderTemplate %}
shortcode 11ty.dev/docs/plugins/render/ and the{% highlight %}
shortcode 11ty.dev/docs/plugins/syntaxhighlight/