summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJoe Mooring <joe.mooring@veriphor.com>2023-11-29 14:03:40 -0800
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2023-11-30 10:13:40 +0100
commitbfc325f561a10451cd3cd489c95211558b597298 (patch)
tree1bdab9c618b8469f8f7433730b03fc5bc96f9a56 /docs
parent36a60f65d06324d0fd9ccc2bfe2ad9a78743f5dc (diff)
deps: Update github.com/tdewolff/minify/v2 v2.20.7 => v2.20.8
Closes #5748
Diffstat (limited to 'docs')
-rw-r--r--docs/data/docs.yaml30
1 files changed, 30 insertions, 0 deletions
diff --git a/docs/data/docs.yaml b/docs/data/docs.yaml
index 2cdb0dd53..48a12f522 100644
--- a/docs/data/docs.yaml
+++ b/docs/data/docs.yaml
@@ -824,6 +824,8 @@ chroma:
- Aliases:
- typoscripthtmldata
Name: TypoScriptHtmlData
+ - Aliases: null
+ Name: ucode
- Aliases:
- v
- vlang
@@ -1254,6 +1256,9 @@ config:
keepEndTags: true
keepQuotes: false
keepWhitespace: false
+ templateDelims:
+ - ""
+ - ""
js:
keepVarNames: false
precision: 0
@@ -2741,6 +2746,21 @@ tpl:
map[string]interface {}{
"Hugo": "Rocks!",
}
+ TestDeprecationErr:
+ Aliases: null
+ Args: null
+ Description: ""
+ Examples: null
+ TestDeprecationInfo:
+ Aliases: null
+ Args: null
+ Description: ""
+ Examples: null
+ TestDeprecationWarn:
+ Aliases: null
+ Args: null
+ Description: ""
+ Examples: null
Timer:
Aliases: null
Args: null
@@ -4364,6 +4384,16 @@ tpl:
- - '{{ "hello = \"Hello World\"" | resources.FromString "data/greetings.toml"
| transform.Unmarshal }}'
- map[hello:Hello World]
+ XMLEscape:
+ Aliases: null
+ Args:
+ - s
+ Description: |-
+ XMLEscape returns the given string, removing disallowed characters then
+ escaping the result to its XML equivalent.
+ Examples:
+ - - '{{ transform.XMLEscape "<p>abc</p>" }}'
+ - '&lt;p&gt;abc&lt;/p&gt;'
urls:
AbsLangURL:
Aliases: