Compare commits
2 commits
10193030d8
...
b6d38e79e9
Author | SHA1 | Date | |
---|---|---|---|
b6d38e79e9 | |||
d7f6edfec4 |
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
[asciidocExt]
|
||||
workingFolderCurrent = true
|
||||
extensions = ["asciidoctor-html5s"]
|
||||
backend = "html5s"
|
||||
#extensions = ["asciidoctor-html5s"]
|
||||
backend = "html5"
|
||||
|
||||
[asciidocExt.attributes]
|
||||
source-highlighter = "rouge"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
enableInlineShortcodes = false
|
||||
|
||||
[exec]
|
||||
allow = ['^asciidoctor$', '^dart-sass-embedded$', '^go$', '^npx$', '^postcss$']
|
||||
allow = ['^asciidoctor$', '^dart-sass-embedded$', '^go$', '^npx$', '^postcss$', 'git']
|
||||
osEnv = ['(?i)^(PATH|PATHEXT|APPDATA|TMP|TEMP|TERM|GO*)$']
|
||||
|
||||
[funcs]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue