Added a missing closing tag
authorMaxime Michel <maxime.michel@gmail.com>
Thu, 10 Dec 2015 20:01:19 +0000 (21:01 +0100)
committerAnthony Fok <foka@debian.org>
Fri, 11 Dec 2015 17:51:17 +0000 (10:51 -0700)
docs/content/templates/functions.md

index 18c8b3aeda8159cbdcaeebbdbc4cb65a2d809222..1e293a88c18d7ac22cd9835a4ab37434a2a817c2 100644 (file)
@@ -362,7 +362,7 @@ e.g.
 ### chomp
 Removes any trailing newline characters. Useful in a pipeline to remove newlines added by other processing (including `markdownify`).
 
-e.g., `{{chomp "<p>Blockhead</p>\n"` → `"<p>Blockhead</p>"`
+e.g., `{{chomp "<p>Blockhead</p>\n"}}` → `"<p>Blockhead</p>"`
 
 
 ### dateFormat