hugo/docs/content/en/functions/chomp.md
2018-05-04 09:44:59 +02:00

541 B

title description godocref date publishdate lastmod categories menu keywords signature workson hugoversion relatedfuncs deprecated
chomp Removes any trailing newline characters. Removes any trailing newline characters. 2017-02-01 2017-02-01 2017-02-01
functions
docs
parent
functions
trim
chomp INPUT
truncate
false

Useful in a pipeline to remove newlines added by other processing (e.g., markdownify).

{{chomp "<p>Blockhead</p>\n"}} → "<p>Blockhead</p>"