summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2024-01-26 08:23:37 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2024-01-26 08:23:37 +0100
commit50042ee1f435e674736f943bc2dd185d8ff13322 (patch)
tree903c0729437975b87e2d152ef8a0c2fa08feac37 /docs
parent3758456b31695dd59ebe5eb35b19c1b054287a48 (diff)
docs: Regen docshelper
Diffstat (limited to 'docs')
-rw-r--r--docs/data/docs.yaml21
1 files changed, 20 insertions, 1 deletions
diff --git a/docs/data/docs.yaml b/docs/data/docs.yaml
index fb399fa86..04ef2cb26 100644
--- a/docs/data/docs.yaml
+++ b/docs/data/docs.yaml
@@ -1051,6 +1051,11 @@ config:
footnote: true
linkify: true
linkifyProtocol: https
+ passthrough:
+ delimiters:
+ block: []
+ inline: []
+ enable: false
strikethrough: true
table: true
taskList: true
@@ -1265,11 +1270,12 @@ config:
precision: 0
html:
keepComments: false
- keepSpecialComments: true
+ keepConditionalComments: false
keepDefaultAttrVals: true
keepDocumentTags: true
keepEndTags: true
keepQuotes: false
+ keepSpecialComments: true
keepWhitespace: false
templateDelims:
- ""
@@ -2954,6 +2960,11 @@ tpl:
Description: ""
Examples: null
images:
+ AutoOrient:
+ Aliases: null
+ Args: null
+ Description: ""
+ Examples: null
Brightness:
Aliases: null
Args: null
@@ -3327,6 +3338,14 @@ tpl:
Args: null
Description: ""
Examples: null
+ Rand:
+ Aliases: null
+ Args: null
+ Description: Rand returns, as a float64, a pseudo-random number in the half-open
+ interval [0.0,1.0).
+ Examples:
+ - - '{{ math.Rand }}'
+ - "0.6312770459590062"
Round:
Aliases: null
Args: