📝 Edit on GitHub
Disable Liquid
Metadata
See Tags Filters in the Jekyll docs.
Set in frontmatter (Jekyll 4.X only):
---
title: Foo
render_with_liquid: false
---
Raw tag
Or use the raw
tag around a text, a line, multiple lines or most of the file.
Note shown here as it is not practical to get the raw
tag to appear literally.
If you want the raw
tag to appear literally, you can use render_with_liquid
(Jekyll 4.X) for the file. Nesting raw
tags might not work as the inner endraw
will close the outer raw
.