Might as well hard-wrap this to be consistent
This commit is contained in:
parent
d84b801fec
commit
98ed3b1c8f
|
@ -27,7 +27,11 @@ will process it and put it in your site's destination folder under
|
|||
|
||||
<div class="note info">
|
||||
<h5>Jekyll processes all Liquid filters and tags in asset files</h5>
|
||||
<p>If you are using <a href="http://mustache.github.io">Mustache</a> or another JavaScript templating language that conflicts with the <a href="/docs/templates/">Liquid template syntax</a>, you will need to place <code>{% raw %}</code> and <code>{% endraw %}</code> tags around your code.</p>
|
||||
<p>If you are using <a href="http://mustache.github.io">Mustache</a>
|
||||
or another JavaScript templating language that conflicts with
|
||||
the <a href="/docs/templates/">Liquid template syntax</a>, you
|
||||
will need to place <code>{% raw %}</code> and
|
||||
<code>{% endraw %}</code> tags around your code.</p>
|
||||
</div>
|
||||
|
||||
## Sass/SCSS
|
||||
|
|
Loading…
Reference in New Issue