mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
docs: Regen docshelper
This commit is contained in:
parent
3758456b31
commit
50042ee1f4
1 changed files with 20 additions and 1 deletions
|
@ -1051,6 +1051,11 @@ config:
|
||||||
footnote: true
|
footnote: true
|
||||||
linkify: true
|
linkify: true
|
||||||
linkifyProtocol: https
|
linkifyProtocol: https
|
||||||
|
passthrough:
|
||||||
|
delimiters:
|
||||||
|
block: []
|
||||||
|
inline: []
|
||||||
|
enable: false
|
||||||
strikethrough: true
|
strikethrough: true
|
||||||
table: true
|
table: true
|
||||||
taskList: true
|
taskList: true
|
||||||
|
@ -1265,11 +1270,12 @@ config:
|
||||||
precision: 0
|
precision: 0
|
||||||
html:
|
html:
|
||||||
keepComments: false
|
keepComments: false
|
||||||
keepSpecialComments: true
|
keepConditionalComments: false
|
||||||
keepDefaultAttrVals: true
|
keepDefaultAttrVals: true
|
||||||
keepDocumentTags: true
|
keepDocumentTags: true
|
||||||
keepEndTags: true
|
keepEndTags: true
|
||||||
keepQuotes: false
|
keepQuotes: false
|
||||||
|
keepSpecialComments: true
|
||||||
keepWhitespace: false
|
keepWhitespace: false
|
||||||
templateDelims:
|
templateDelims:
|
||||||
- ""
|
- ""
|
||||||
|
@ -2954,6 +2960,11 @@ tpl:
|
||||||
Description: ""
|
Description: ""
|
||||||
Examples: null
|
Examples: null
|
||||||
images:
|
images:
|
||||||
|
AutoOrient:
|
||||||
|
Aliases: null
|
||||||
|
Args: null
|
||||||
|
Description: ""
|
||||||
|
Examples: null
|
||||||
Brightness:
|
Brightness:
|
||||||
Aliases: null
|
Aliases: null
|
||||||
Args: null
|
Args: null
|
||||||
|
@ -3327,6 +3338,14 @@ tpl:
|
||||||
Args: null
|
Args: null
|
||||||
Description: ""
|
Description: ""
|
||||||
Examples: null
|
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:
|
Round:
|
||||||
Aliases: null
|
Aliases: null
|
||||||
Args:
|
Args:
|
||||||
|
|
Loading…
Reference in a new issue