mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-15 13:24:45 -04:00
markup/goldmark: Support extras extension
Enables inclusion of these HTML elements in Markdown: - Inserted Text (++inserted++) - Mark Text (==marked==) - Subscript (H~2~O) - Superscript (1^st^)
This commit is contained in:
parent
9d0c86ee85
commit
a2548dac9d
@ -1065,6 +1065,15 @@ config:
|
|||||||
enable: false
|
enable: false
|
||||||
escapedSpace: false
|
escapedSpace: false
|
||||||
definitionList: true
|
definitionList: true
|
||||||
|
extras:
|
||||||
|
insert:
|
||||||
|
enable: false
|
||||||
|
mark:
|
||||||
|
enable: false
|
||||||
|
subscript:
|
||||||
|
enable: false
|
||||||
|
superscript:
|
||||||
|
enable: false
|
||||||
footnote: true
|
footnote: true
|
||||||
linkify: true
|
linkify: true
|
||||||
linkifyProtocol: https
|
linkifyProtocol: https
|
||||||
|
Loading…
x
Reference in New Issue
Block a user