diff --git a/app.ini b/app.ini new file mode 100644 index 0000000..fbe9817 --- /dev/null +++ b/app.ini @@ -0,0 +1,6 @@ +[markup.asciidoc] +ENABLED = true +FILE_EXTENSIONS = .adoc,.asciidoc +RENDER_COMMAND = "asciidoctor -s -a showtitle --out-file=- -" +; Input is not a standard input but a file +IS_INPUT_FILE = false \ No newline at end of file