fix liquid syntax in the docs

This commit is contained in:
maul.esel 2013-06-12 18:14:03 +02:00
parent 1e15df0701
commit 1b20a185ca
1 changed files with 2 additions and 2 deletions

View File

@ -195,13 +195,13 @@ root of your source directory. This will embed the contents of
You can also pass parameters to an include:
{% highlight ruby %}
{{ "{% include sig.textile param=value " }}%}
{% raw %}{% include sig.textile param="value" %}{% endraw %}
{% endhighlight %}
These parameters are available via Liquid in the include:
{% highlight ruby %}
{{ "{{ include.param " }}}}
{% raw %}{{ include.param }}{% endraw %}
{% endhighlight %}
### Code snippet highlighting