Skip to content

Commit 560a511

Browse files
chrissextonzeripath
authored andcommitted
Change external asciidoctor tool to embeded mode (#8677)
Ref #8676 * add the `-e` flag for embedded mode * add a level offset to include the title of the document
1 parent 516fd7d commit 560a511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/doc/advanced/external-renderers.en-us.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ add one `[markup.XXXXX]` section per external renderer on your custom `app.ini`:
5151
[markup.asciidoc]
5252
ENABLED = true
5353
FILE_EXTENSIONS = .adoc,.asciidoc
54-
RENDER_COMMAND = "asciidoctor --out-file=- -"
54+
RENDER_COMMAND = "asciidoctor -e -a leveloffset=-1 --out-file=- -"
5555
; Input is not a standard input but a file
5656
IS_INPUT_FILE = false
5757

0 commit comments

Comments
 (0)