mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-29 22:29:56 +02:00
markup/asciidocext: Add preserveTOC option
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
d4fc70a3b3
commit
8e553dcdef
@@ -27,6 +27,7 @@ var (
|
||||
Trace: false,
|
||||
FailureLevel: "fatal",
|
||||
WorkingFolderCurrent: false,
|
||||
PreserveTOC: false,
|
||||
}
|
||||
|
||||
// CliDefault holds Asciidoctor CLI defaults (see https://asciidoctor.org/docs/user-manual/)
|
||||
@@ -86,4 +87,5 @@ type Config struct {
|
||||
Trace bool
|
||||
FailureLevel string
|
||||
WorkingFolderCurrent bool
|
||||
PreserveTOC bool
|
||||
}
|
||||
|
Reference in New Issue
Block a user