No release in over a year
Allows including files which cause liquid parse exceptions without modification.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

>= 3.7, < 5.0
 Project Readme

jekyll-include-raw

Jekyll tag to automatically wrap an included file’s contents in {% raw %} / {% endraw %} instructions. No need to edit files directly.

Use case:

  • including files that contain text which cause Liquid parse errors, like coords := []coord{{3, 2}, {1, 2}, {1, 1}}

Example Usage

{% highlight go %}{% include_raw golang/main.go %}{%- endhighlight -%}

Installation

group :jekyll_plugins do
  gem "jekyll-include-raw"
end

Context