From 1890e1442b80686f63f1694d856a8e5cac50309f Mon Sep 17 00:00:00 2001 From: Matt Farina Date: Fri, 13 Oct 2017 13:54:09 -0400 Subject: [PATCH] Removing line with {{ due to blocking github pages genertion The line contained {{ which is a control character for liquid templates used by github pages that generated the docs site. With that in the page and not being closed an error about it not being closed occured and github pages stopped updating. Removing the sentence with the usage of that to remove the error. --- docs/strings.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/strings.md b/docs/strings.md index 029ea068..8deb4cf6 100644 --- a/docs/strings.md +++ b/docs/strings.md @@ -242,8 +242,7 @@ The above will indent every line of text by 4 space characters. ## nindent The `nindent` function is the same as the indent function, but prepends a new -line to the beginning of the string. This is useful when combined with an -action's trim preceding white space left delimiter, `{{-`. +line to the beginning of the string. ``` nindent 4 $lots_of_text