diff --git a/config/_default/markup.toml b/config/_default/markup.toml index 4a4a0ab..f54cdd4 100644 --- a/config/_default/markup.toml +++ b/config/_default/markup.toml @@ -1,7 +1,7 @@ [asciidocExt] workingFolderCurrent = true -#extensions = ["asciidoctor-html5s"] -backend = "html5" +extensions = ["asciidoctor-html5s"] +backend = "html5s" [asciidocExt.attributes] source-highlighter = "rouge" diff --git a/config/_default/security.toml b/config/_default/security.toml index f31776a..ab24e26 100644 --- a/config/_default/security.toml +++ b/config/_default/security.toml @@ -1,7 +1,7 @@ enableInlineShortcodes = false [exec] -allow = ['^asciidoctor$', '^dart-sass-embedded$', '^go$', '^npx$', '^postcss$', 'git'] +allow = ['^asciidoctor$', '^dart-sass-embedded$', '^go$', '^npx$', '^postcss$'] osEnv = ['(?i)^(PATH|PATHEXT|APPDATA|TMP|TEMP|TERM|GO*)$'] [funcs]