I\'m using Jekyll to create a documentation site wherein I am trying to document some code that contains handlebars-like syntax. For example {{foo}}. The proble
{{foo}}
This works in jekyll:
{%raw%}{{thing}}{%endraw%}