Escaping double curly braces in Jekyll

I wrote a note about using the absolute_url filter in Jekyll and it kept evaluating the markdown code.

To prevent this, you can place the liquid markup inside raw and endraw tags:

{% raw %} {{ liquid_goes_here }} {% endraw %}.