Compare commits

..

No commits in common. "b6d38e79e98f6effd470e84f87b245d90d8e5320" and "10193030d84aba104a477457b5e6861e150211d6" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
[asciidocExt] [asciidocExt]
workingFolderCurrent = true workingFolderCurrent = true
#extensions = ["asciidoctor-html5s"] extensions = ["asciidoctor-html5s"]
backend = "html5" backend = "html5s"
[asciidocExt.attributes] [asciidocExt.attributes]
source-highlighter = "rouge" source-highlighter = "rouge"

View file

@ -1,7 +1,7 @@
enableInlineShortcodes = false enableInlineShortcodes = false
[exec] [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*)$'] osEnv = ['(?i)^(PATH|PATHEXT|APPDATA|TMP|TEMP|TERM|GO*)$']
[funcs] [funcs]