From 98ed3b1c8f5a6cbf701db7df5597e216bdabc9b4 Mon Sep 17 00:00:00 2001 From: Chris Frederick Date: Wed, 27 Aug 2014 22:58:31 +0900 Subject: [PATCH] Might as well hard-wrap this to be consistent --- site/_docs/assets.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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