Lua filters doc: add ReaderOptions to list of objects

This commit is contained in:
Albert Krewinkel 2018-10-15 07:55:52 +02:00
parent 594d36437b
commit 1435d0b079
No known key found for this signature in database
GPG key ID: 388DC0B21F631124

View file

@ -544,6 +544,41 @@ contents
t, tag
: constant `Sec` (string)
## ReaderOptions
Pandoc reader options
abbreviations
: set of known abbreviations (set of strings)
columns
: number of columns in terminal (integer)
default_image_extension
: default extension for images (string)
extensions
: string representation of the syntax extensions bitfield
(string)
indented_code_classes
: default classes for indented code blocks (list of strings)
standalone
: whether the input was a standalone document with header
(boolean)
strip_comments
: HTML comments are stripped instead of parsed as raw HTML
(boolean)
tab_stop
: width (i.e. equivalent number of spaces) of tab stops
(integer)
track_changes
: track changes setting for docx; one of `AcceptChanges`,
`RejectChanges`, and `AllChanges` (string)
[block]: #block
[blocks]: #block