Skip to content

Commit

Permalink
Change external asciidoctor tool to embeded mode (#8677)
Browse files Browse the repository at this point in the history
Ref #8676

* add the `-e` flag for embedded mode
* add a level offset to include the title of the document
  • Loading branch information
chrissexton authored and zeripath committed Oct 25, 2019
1 parent 516fd7d commit 560a511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/doc/advanced/external-renderers.en-us.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ add one `[markup.XXXXX]` section per external renderer on your custom `app.ini`:
[markup.asciidoc]
ENABLED = true
FILE_EXTENSIONS = .adoc,.asciidoc
RENDER_COMMAND = "asciidoctor --out-file=- -"
RENDER_COMMAND = "asciidoctor -e -a leveloffset=-1 --out-file=- -"
; Input is not a standard input but a file
IS_INPUT_FILE = false
Expand Down

0 comments on commit 560a511

Please sign in to comment.