man/asciidoctor.adoc in asciidoctor-2.0.15 vs man/asciidoctor.adoc in asciidoctor-2.0.16

- old
+ new

@@ -1,9 +1,9 @@ = asciidoctor(1) Dan Allen; Sarah White; Ryan Waldron :doctype: manpage -:release-version: 2.0.15 +:release-version: 2.0.16 :man manual: Asciidoctor Manual :man source: Asciidoctor {release-version} :page-layout: base == NAME @@ -20,10 +20,11 @@ If _FILE_ is _-_ then the AsciiDoc source is read from standard input. == OPTIONS +// tag::options[] === Security Settings *-B, --base-dir*=_DIR_:: Base directory containing the document and resources. Defaults to the directory containing the source file or, if the source is read from a stream, the working directory. @@ -77,14 +78,13 @@ Template engine to use for the custom converter templates. The gem with the same name as the engine will be loaded automatically. 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. -*-e, --eruby*:: - Specifies the eRuby implementation to use for executing the custom converter templates written in ERB. - Supported values are _erb_ and _erubis_. - Defaults to _erb_. +*-e, --embedded*:: + 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. *-I, --load-path*=_DIRECTORY_:: Add the specified directory to the load path, so that _-r_ can load extensions from outside the default Ruby load path. This option may be specified more than once. @@ -153,10 +153,11 @@ *-V, --version*:: Print program version number. + *-v* can also be used if no source files are specified. +// end::options[] == ENVIRONMENT *Asciidoctor* honors the *SOURCE_DATE_EPOCH* environment variable. If this variable is assigned an integer value, that value is used as the epoch of all input documents and as the local date and time. @@ -190,7 +191,7 @@ *Discussion list / forum:* http://discuss.asciidoctor.org == COPYING -Copyright \(C) 2012-2021 Dan Allen, Ryan Waldron, and the Asciidoctor Project. +Copyright \(C) 2012-present Dan Allen, Ryan Waldron, and the Asciidoctor Project. Free use of this software is granted under the terms of the MIT License.