fix liquid syntax in the docs
This commit is contained in:
parent
1e15df0701
commit
1b20a185ca
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue