From 01e10942a3c8f10d5a5f2a871cf7f77ecfb3170c Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Fri, 29 Dec 2023 11:52:05 -0800 Subject: [PATCH] Adjust formatting --- content/en/hugo-pipes/js.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/content/en/hugo-pipes/js.md b/content/en/hugo-pipes/js.md index 7ec117960..9d2bbbd82 100644 --- a/content/en/hugo-pipes/js.md +++ b/content/en/hugo-pipes/js.md @@ -25,10 +25,7 @@ targetPath : (`string`) If not set, the source path will be used as the base target path. Note that the target path's extension may change if the target MIME type is different, e.g. when the source is TypeScript. -params - -{{< new-in "0.96.0" >}} - +params {{< new-in "0.96.0" >}} : (`map` or `slice`) Params that can be imported as JSON in your JS files, e.g.: ```go-html-template