From 9c4e3a50a5b1778f5158068a29793e71d4fab5d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rory=20O=E2=80=99Kane?= Date: Tue, 27 Aug 2013 11:32:22 -0700 Subject: [PATCH] Updated Liquid for Designers (markdown) --- Liquid-for-Designers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Liquid-for-Designers.md b/Liquid-for-Designers.md index 87c395f..de13aa7 100644 --- a/Liquid-for-Designers.md +++ b/Liquid-for-Designers.md @@ -40,7 +40,7 @@ Hello {{ 'now' | date: "%Y %h" }} ### Standard Filters -* `date` - reformat a date [syntax reference](http://liquid.rubyforge.org/classes/Liquid/StandardFilters.html#M000012) +* `date` - reformat a date ([syntax reference](http://liquid.rubyforge.org/classes/Liquid/StandardFilters.html#M000012)) * `capitalize` - capitalize words in the input sentence * `downcase` - convert an input string to lowercase * `upcase` - convert an input string to uppercase