diff --git a/site/_docs/assets.md b/site/_docs/assets.md index 01a990fd..c2965bdf 100644 --- a/site/_docs/assets.md +++ b/site/_docs/assets.md @@ -27,7 +27,11 @@ will process it and put it in your site's destination folder under
Jekyll processes all Liquid filters and tags in asset files
-

If you are using Mustache or another JavaScript templating language that conflicts with the Liquid template syntax, you will need to place {% raw %} and {% endraw %} tags around your code.

+

If you are using Mustache + or another JavaScript templating language that conflicts with + the Liquid template syntax, you + will need to place {% raw %} and + {% endraw %} tags around your code.

## Sass/SCSS