aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAlbert Krewinkel <[email protected]>2022-01-01 01:11:41 +0100
committerAlbert Krewinkel <[email protected]>2022-01-01 13:44:13 +0100
commite58a5ceed8bb629efbfd670bf162b65b7853ab7f (patch)
tree9574eb82e140eaa69ff28bc797d52707c8513ac7 /doc
parent03054a33e895cacc9b2c74fd6dd5b698c58c3877 (diff)
Lua: marshal ReaderOptions field `extensions`, `track_changes` via JSON
Extensions are now available as a list of strings; the track-changes settings are given as the kebab-case representation used in JSON.
Diffstat (limited to 'doc')
-rw-r--r--doc/lua-filters.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/lua-filters.md b/doc/lua-filters.md
index 29fa7b9e4..bacdabe00 100644
--- a/doc/lua-filters.md
+++ b/doc/lua-filters.md
@@ -1988,7 +1988,7 @@ Fields:
`extensions`
: string representation of the syntax extensions bit field
- (string)
+ (sequence of strings)
`indented_code_classes`
: default classes for indented code blocks (list of strings)
@@ -2006,8 +2006,8 @@ Fields:
(integer)
`track_changes`
-: track changes setting for docx; one of `AcceptChanges`,
- `RejectChanges`, and `AllChanges` (string)
+: track changes setting for docx; one of `accept-changes`,
+ `reject-changes`, and `all-changes` (string)
## CommonState {#type-commonstate}