ref: 38c5db98b531674531341e489441502938b02aa9
parent: f22d59bb19ecca4eb201154792194232fe5a59ed
author: Maxime Michel <[email protected]>
date: Thu Dec 10 16:01:19 EST 2015
Added a missing closing tag
--- a/docs/content/templates/functions.md
+++ b/docs/content/templates/functions.md
@@ -362,7 +362,7 @@
### 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