diff --git a/docs/content/templates/functions.md b/docs/content/templates/functions.md index 18c8b3aed..1e293a88c 100644 --- 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 "
Blockhead
\n"` → `"Blockhead
"` +e.g., `{{chomp "Blockhead
\n"}}` → `"Blockhead
"` ### dateFormat