| Name | Description |
|---|
--original | The original source of the document. |
--unedited | The unedited version of the document. |
--commit | The commit at which the edited document was generated from the original. |
--no-rebase | Do not rebase edits using the unedited version of the document. Possible values: true, false. |
-f, --from | The format of the input/s. |
--fine | Use fine decoding if available for input format. Possible values: true, false. |
--coarse | Use coarse decoding if available for input format. Possible values: true, false. |
--pages | Pages to include when decoding multi-page documents. |
--exclude-pages | Pages to exclude when decoding multi-page documents. |
--ignore-artifacts | Ignore cached artifacts and force re-processing. Possible values: true, false. |
--no-artifacts | Prevent creating artifacts during decoding. Possible values: true, false. |
--island-wrap | Wrap specified environments in Island nodes during decoding. Default value: figure,table,longtable,landscape. |
--no-island-wrap | Disable automatic Island wrapping of environments. Possible values: true, false. |
--island-style | Style to apply to auto-created Island nodes. |
--input-losses | Action when there are losses decoding from input files. Default value: debug. |
--include-structuring | Structuring operations to include (comma-separated). |
--exclude-structuring | Structuring operations to exclude (comma-separated). |
--citation-style | The citation style to assume for text-to-citation structuring. |
-t, --to | The format of the output/s. |
--template | The template document to use. |
--reproducible | Encode executable nodes so that they are reproducible. Possible values: true, false. |
--highlight | Highlight the rendered outputs of executable nodes. Possible values: true, false. |
--no-highlight | Do not highlight the rendered outputs of executable nodes. Possible values: true, false. |
--standalone | Encode as a standalone document. Possible values: true, false. |
--not-standalone | Do not encode as a standalone document when writing to file. Possible values: true, false. |
--theme | The CSS theme to use when encoding to HTML and HTML-derived formats. |
--view | The document view to use when encoding to HTML and HTML-derived formats. |
--embed-media | Embed media files as data URIs. Possible values: true, false. |
--extract-media | Extract embedded media to a folder. |
--embed-supplements | Embed supplemental files directly into the document. Possible values: true, false. |
--extract-supplements | Extract embedded supplemental content to separate files. |
--recursive | Recursively encode the content of IncludeBlocks to their source file. Possible values: true, false. |
--compact | Use a compact form of encoding if available. Possible values: true, false. |
--pretty | Use a "pretty" form of encoding if available. Possible values: true, false. |
--output-losses | Action when there are losses encoding to output files. Default value: debug. |