README: Add description of --file-scope
option.
This commit is contained in:
parent
5c055b4cf3
commit
c7c4ee46f8
1 changed files with 8 additions and 0 deletions
8
README
8
README
|
@ -388,6 +388,14 @@ Reader options
|
||||||
require different kinds of images. Currently this option only affects
|
require different kinds of images. Currently this option only affects
|
||||||
the Markdown and LaTeX readers.
|
the Markdown and LaTeX readers.
|
||||||
|
|
||||||
|
`--file-scope`
|
||||||
|
|
||||||
|
: Parse each file individually before combining for multifile
|
||||||
|
documents. This will allow footnotes in different files with the
|
||||||
|
same identifiers to work as expected. If this option is set,
|
||||||
|
footnotes and links will not work across files. Reading binary
|
||||||
|
files (docx, odt, epub) implies `--file-scope`.
|
||||||
|
|
||||||
`--filter=`*EXECUTABLE*
|
`--filter=`*EXECUTABLE*
|
||||||
|
|
||||||
: Specify an executable to be used as a filter transforming the
|
: Specify an executable to be used as a filter transforming the
|
||||||
|
|
Loading…
Add table
Reference in a new issue