projects
/
brevno-suite
/
hugo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f22d59b
)
Added a missing closing tag
author
Maxime Michel
<maxime.michel@gmail.com>
Thu, 10 Dec 2015 20:01:19 +0000
(21:01 +0100)
committer
Anthony Fok
<foka@debian.org>
Fri, 11 Dec 2015 17:51:17 +0000
(10:51 -0700)
docs/content/templates/functions.md
patch
|
blob
|
history
diff --git
a/docs/content/templates/functions.md
b/docs/content/templates/functions.md
index 18c8b3aeda8159cbdcaeebbdbc4cb65a2d809222..1e293a88c18d7ac22cd9835a4ab37434a2a817c2 100644
(file)
--- a/
docs/content/templates/functions.md
+++ b/
docs/content/templates/functions.md
@@
-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