Escape Liquid tags

Add {``% raw %``} before a Liquid tag and {``% endraw %``} after. (Remove the redundant backticks placed here just so it renders.)

Useful for if you want to document and talk about Liquid tags inline {{ like.this }} without actually having the Eleventy engine process them.

Previously written for Jekyll. Applies just the same to Eleventy.

Source