diff options
Diffstat (limited to 'conf/app.ini')
-rw-r--r-- | conf/app.ini | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/conf/app.ini b/conf/app.ini index 07c60ea0a9..603f8c14fc 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -573,3 +573,12 @@ SHOW_FOOTER_BRANDING = false SHOW_FOOTER_VERSION = true ; Show time of template execution in the footer SHOW_FOOTER_TEMPLATE_LOAD_TIME = true + +[markup.asciidoc] +ENABLED = false +; List of file extensions that should be rendered by an external command +FILE_EXTENSIONS = .adoc,.asciidoc +; External command to render all matching extensions +RENDER_COMMAND = "asciidoc --out-file=- -" +; Input is not a standard input but a file +IS_INPUT_FILE = false
\ No newline at end of file |