Skip to content

Instantly share code, notes, and snippets.

@potados99
Last active July 9, 2019 20:02
Show Gist options
  • Save potados99/705a7082de2d286ba59aebd73d427fc5 to your computer and use it in GitHub Desktop.
Save potados99/705a7082de2d286ba59aebd73d427fc5 to your computer and use it in GitHub Desktop.
Escape {% in Jekyll code block

Place {% raw %} and {% endraw %} pair.

{% raw $}
```
{{% site.data...blah %}}
```
{% endraw %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment