diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2021-06-20 23:43:12 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2021-07-30 03:44:44 -0600 |
| commit | 8aa04d0bbf734b0e65b1bc37b901bc1f136e8b39 (patch) | |
| tree | 4480eb9a34dc2da84df880c484a82786f374474e /man/asciidoctor.1 | |
| parent | 5d6c64b63fe79f777bfeb5b0a83b2a69d4433643 (diff) | |
update the documentation for the -e flag in the man page and CLI documentation (follow-up to #1444) [skip ci]
Diffstat (limited to 'man/asciidoctor.1')
| -rw-r--r-- | man/asciidoctor.1 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/man/asciidoctor.1 b/man/asciidoctor.1 index 561cb150..31af6169 100644 --- a/man/asciidoctor.1 +++ b/man/asciidoctor.1 @@ -109,11 +109,10 @@ This name is also used to build the full path to the custom converter templates. If a template engine is not specified, it will be auto\-detected based on the file extension of the custom converter templates found. .RE .sp -\fB\-e, \-\-eruby\fP +\fB\-e, \-\-embedded\fP .RS 4 -Specifies the eRuby implementation to use for executing the custom converter templates written in ERB. -Supported values are \fIerb\fP and \fIerubis\fP. -Defaults to \fIerb\fP. +Output an embeddable document, which excludes the header, the footer, and everything outside the body of the document. +This option is useful for producing documents that can be inserted into an external template. .RE .sp \fB\-I, \-\-load\-path\fP=\fIDIRECTORY\fP |
