diff --git a/layouts/_partials/anchored_headings.html b/layouts/_partials/anchored_headings.html index 377af89d..a4b0c634 100644 --- a/layouts/_partials/anchored_headings.html +++ b/layouts/_partials/anchored_headings.html @@ -1,2 +1,6 @@ {{- /* formats .Content headings by adding an anchor */ -}} -{{ . | replaceRE "()" "${1}${3}" | safeHTML }} +{{ . | replaceRE + "()" + "${1}${3}" + | safeHTML +}}