mirror of
https://github.com/adulau/sillon-fictionnel.git
synced 2024-11-07 12:06:37 +00:00
chg: [hugo] display the current config of the markup parser
This commit is contained in:
parent
8110bb48bc
commit
e9d3fea2a6
1 changed files with 46 additions and 0 deletions
46
hugo.toml
46
hugo.toml
|
@ -35,3 +35,49 @@ copyright = '© 2024 Le Sillon Fictionnel - contenu sous licence <a href="https:
|
|||
series = 'series'
|
||||
tags = 'tags'
|
||||
|
||||
[markup]
|
||||
defaultMarkdownHandler = 'goldmark'
|
||||
[markup.goldmark]
|
||||
[markup.goldmark.extensions]
|
||||
definitionList = true
|
||||
footnote = true
|
||||
linkify = true
|
||||
linkifyProtocol = 'https'
|
||||
strikethrough = true
|
||||
table = true
|
||||
taskList = true
|
||||
[markup.goldmark.extensions.cjk]
|
||||
eastAsianLineBreaks = false
|
||||
eastAsianLineBreaksStyle = 'simple'
|
||||
enable = false
|
||||
escapedSpace = false
|
||||
[markup.goldmark.extensions.passthrough]
|
||||
enable = false
|
||||
[markup.goldmark.extensions.passthrough.delimiters]
|
||||
block = []
|
||||
inline = []
|
||||
[markup.goldmark.extensions.typographer]
|
||||
apostrophe = '’'
|
||||
disable = false
|
||||
ellipsis = '…'
|
||||
emDash = '—'
|
||||
enDash = '–'
|
||||
leftAngleQuote = '«'
|
||||
leftDoubleQuote = '“'
|
||||
leftSingleQuote = '‘'
|
||||
rightAngleQuote = '»'
|
||||
rightDoubleQuote = '”'
|
||||
rightSingleQuote = '’'
|
||||
[markup.goldmark.parser]
|
||||
autoHeadingID = true
|
||||
autoHeadingIDType = 'github'
|
||||
wrapStandAloneImageWithinParagraph = true
|
||||
[markup.goldmark.parser.attribute]
|
||||
block = false
|
||||
title = true
|
||||
[markup.goldmark.renderer]
|
||||
hardWraps = false
|
||||
unsafe = false
|
||||
xhtml = false
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue