website/config/_default/markup.toml

26 lines
485 B
TOML
Raw Normal View History

2023-03-26 07:36:22 +00:00
[asciidocExt]
extensions = [
"asciidoctor-foodogsquared-extensions",
"asciidoctor-tabs",
"asciidoctor-bibtex",
]
trace = true
workingFolderCurrent = true
[asciidocExt.attributes]
toc = true
sectanchors = true
"figure-caption!" = true
source-highlighter = "rouge"
allow-uri-read = true
experimental = true
linkcss = true
# asciidoctor-bibtex
bibtex-file = "./assets/bibliography.bib"
bibtex-order = "alphabetical"
bibtex-throw = true
# asciidoctor-tabs
tabs-sync-option = true