Liquid: Prevent liquid parsing code blocks

Sometimes we want to share some code block that contains liquid syntax with jekyll. Or, perhaps there’s some conflicting syntax.

We can disable liquid processing by enclosing any code sample between tags raw and endraw.

This is useful also for notion pages used by jekyll-notion.

{% raw %}
{{ site.data.films }}
{% endraw %}

https://rmaicle.github.io/posts/71xXldY8KeKXWgw

https://shopify.github.io/liquid/tags/template/