Jekyll tag to automatically wrap an
included file’s contents in {% raw %}
/ {% endraw %}
instructions. No need
to edit files directly.
Use case:
coords := []coord{{3, 2}, {1, 2}, {1, 1}}
{% highlight go %}{% include_raw golang/main.go %}{%- endhighlight -%}
group :jekyll_plugins do
gem "jekyll-include-raw"
end