Added a missing closing tag

This commit is contained in:
Maxime Michel 2015-12-10 21:01:19 +01:00 committed by Anthony Fok
parent f22d59bb19
commit 38c5db98b5

View 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