Updated Liquid for Designers (markdown)

Rory O’Kane
2013-08-27 11:32:22 -07:00
parent 8f6171a744
commit 9c4e3a50a5
+1 -1
@@ -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