diff --git a/website/docs/configuration/functions/indent.html.md b/website/docs/configuration/functions/indent.html.md index 674a6e1dc..54067213d 100644 --- a/website/docs/configuration/functions/indent.html.md +++ b/website/docs/configuration/functions/indent.html.md @@ -26,7 +26,7 @@ This function is useful for inserting a multi-line string into an already-indented context in another string: ``` -> " items: %{indent(2, "[\n foo,\n bar,\n]\n")}" +> " items: ${indent(2, "[\n foo,\n bar,\n]\n")}" items: [ foo, bar,