Files
hugo/content/functions/chomp.md
T
Bjørn Erik Pedersen a1b2fd3bdc Remove the code fence language codes
See #61
2017-07-20 11:51:45 +02:00

538 B

title, description, godocref, date, publishdate, lastmod, categories, menu, signature, workson, hugoversion, relatedfuncs, deprecated
title description godocref date publishdate lastmod categories menu 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
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>"