mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-10-05 09:06:35 -04:00
567 B
567 B
title | linktitle | description | godocref | date | publishdate | lastmod | categories | tags | ns | signature | workson | hugoversion | relatedfuncs | deprecated | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
chomp | chomp | Removes any trailing newline characters. | Removes any trailing newline characters. | 2017-02-01 | 2017-02-01 | 2017-02-01 |
|
|
|
|
false |
Removes any trailing newline characters. Useful in a pipeline to remove newlines added by other processing (e.g., markdownify
).
{{chomp "<p>Blockhead</p>\n"}} → "<p>Blockhead</p>"