Browse Source

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
tags/v1.11.0-rc1
Chris Sexton 4 years ago
parent
commit
560a511a35
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      docs/content/doc/advanced/external-renderers.en-us.md

+ 1
- 1
docs/content/doc/advanced/external-renderers.en-us.md View File

[markup.asciidoc] [markup.asciidoc]
ENABLED = true ENABLED = true
FILE_EXTENSIONS = .adoc,.asciidoc 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 ; Input is not a standard input but a file
IS_INPUT_FILE = false IS_INPUT_FILE = false



Loading…
Cancel
Save