From 921476231a31140a2c1d722010a0d5803237a602 Mon Sep 17 00:00:00 2001 From: Tom Preston-Werner Date: Fri, 2 Jan 2009 12:33:01 -0800 Subject: [PATCH] document array_to_sentence_string --- README.textile | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.textile b/README.textile index a88977e9..2adc4ac8 100644 --- a/README.textile +++ b/README.textile @@ -286,6 +286,16 @@ becomes 1337 +h3. Array to Sentence String + +Convert an array into a sentence. + + {{ page.tags | array_to_sentence_string }} + +becomes + + foo, bar, and baz + h3. Include (Tag) If you have small page fragments that you wish to include in multiple places