mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
docs: Regen docs helper
This commit is contained in:
parent
45c9bbc6ca
commit
e847a98db6
1 changed files with 4 additions and 3 deletions
|
@ -1018,6 +1018,10 @@ config:
|
||||||
defaultMarkdownHandler: goldmark
|
defaultMarkdownHandler: goldmark
|
||||||
goldmark:
|
goldmark:
|
||||||
extensions:
|
extensions:
|
||||||
|
cjk:
|
||||||
|
eastAsianLineBreaks: false
|
||||||
|
enable: false
|
||||||
|
escapedSpace: false
|
||||||
definitionList: true
|
definitionList: true
|
||||||
footnote: true
|
footnote: true
|
||||||
linkify: true
|
linkify: true
|
||||||
|
@ -1037,9 +1041,6 @@ config:
|
||||||
rightAngleQuote: '»'
|
rightAngleQuote: '»'
|
||||||
rightDoubleQuote: '”'
|
rightDoubleQuote: '”'
|
||||||
rightSingleQuote: '’'
|
rightSingleQuote: '’'
|
||||||
CJK:
|
|
||||||
eastAsianLineBreaks: false
|
|
||||||
escapedSpace: false
|
|
||||||
parser:
|
parser:
|
||||||
attribute:
|
attribute:
|
||||||
block: false
|
block: false
|
||||||
|
|
Loading…
Reference in a new issue