From 6fc2cfea6e789c9cf0d3f20ecbf63fca66460fae Mon Sep 17 00:00:00 2001 From: Ashwin Maroli Date: Mon, 16 Apr 2018 16:10:53 +0530 Subject: [PATCH] remove unnecessary characters --- docs/_docs/troubleshooting.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/_docs/troubleshooting.md b/docs/_docs/troubleshooting.md index 5e74b5a2..81924121 100644 --- a/docs/_docs/troubleshooting.md +++ b/docs/_docs/troubleshooting.md @@ -134,7 +134,8 @@ If you see the following error when running the `jekyll new` command, you can solve it by using the above-described procedure: ```sh -$ jekyll new test +jekyll new test + Running bundle install in /home/user/test... Your user account isn't allowed to install to the system RubyGems. @@ -289,7 +290,7 @@ problems. ### Liquid -Liquid version 2.0, seems to break the use of `{{ "{{" }}` in templates. +Liquid version 2.0 seems to break the use of `{{ "{{" }}` in templates. Unlike previous versions, using `{{ "{{" }}` in 2.0 triggers the following error: ```sh