Set AsciIDoctor options in config.

This commit is contained in:
tastytea 2021-07-27 18:04:00 +02:00
parent 14357337d4
commit 4ca6275948
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
2 changed files with 9 additions and 6 deletions

View File

@ -9,9 +9,3 @@ tags:
-
toc: false
---
:source-highlighter: pygments
:idprefix:
:experimental: true
:toc:
:toclevels: 2

View File

@ -88,6 +88,15 @@ defaultContentLanguageInSubdir = false
startLevel = 2
endLevel = 4
ordered = false
[markup.asciidocExt]
backend = "html5"
extensions = []
[markup.asciidocExt.attributes]
source-highlighter = "pygments"
idprefix = ""
experimental = true
toc = true
toclevels = 2
[languages]
[languages.en]