aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2018-10-15 07:55:52 +0200
committerAlbert Krewinkel <albert@zeitkraut.de>2018-10-15 07:56:35 +0200
commit1435d0b07995329821363d12da89c85206d8afa9 (patch)
tree5401bf1e90477defbd0cdbaa9e5ae257826056ad /doc
parent594d36437be36cdd6b508a47d678e871cc181613 (diff)
downloadpandoc-1435d0b07995329821363d12da89c85206d8afa9.tar.gz
Lua filters doc: add ReaderOptions to list of objects
Diffstat (limited to 'doc')
-rw-r--r--doc/lua-filter-types-and-objects.md35
1 files changed, 35 insertions, 0 deletions
diff --git a/doc/lua-filter-types-and-objects.md b/doc/lua-filter-types-and-objects.md
index 19175bff8..091a795df 100644
--- a/doc/lua-filter-types-and-objects.md
+++ b/doc/lua-filter-types-and-objects.md
@@ -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