Jekyll 4 allows to disable liquid processing via front matter variable: https://github.com/jekyll/jekyll/pull/6824. We should use it in favour of {% raw %} wherever it's appropriate, e.g. in Jekyll::Geolexica::ConceptPage which is meant to produce some non-Liquid content.
Jekyll 4 allows to disable liquid processing via front matter variable: https://github.com/jekyll/jekyll/pull/6824. We should use it in favour of
{% raw %}
wherever it's appropriate, e.g. inJekyll::Geolexica::ConceptPage
which is meant to produce some non-Liquid content.