Adjust formatting

This commit is contained in:
Joe Mooring 2023-12-29 11:52:05 -08:00 committed by GitHub
parent b494a8d8d8
commit 01e10942a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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