From 1435d0b07995329821363d12da89c85206d8afa9 Mon Sep 17 00:00:00 2001 From: Albert Krewinkel <albert@zeitkraut.de> Date: Mon, 15 Oct 2018 07:55:52 +0200 Subject: [PATCH] Lua filters doc: add ReaderOptions to list of objects --- doc/lua-filter-types-and-objects.md | 35 +++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) 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