diff options
| -rw-r--r-- | doc/custom-readers.md | 2 | ||||
| -rw-r--r-- | doc/lua-filters.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/custom-readers.md b/doc/custom-readers.md index 2c72573b4..4b1ec21d9 100644 --- a/doc/custom-readers.md +++ b/doc/custom-readers.md @@ -102,7 +102,7 @@ of extensions that are enabled default have the value `true` or `enable`, while those that are supported but disabled have value `false` or `disable`. -Example: A writer with the following global table supports the +Example: A reader with the following global table supports the extensions `smart`, `citations`, and `foobar`, with `smart` enabled and the other two disabled by default: diff --git a/doc/lua-filters.md b/doc/lua-filters.md index 39e5988fc..62d29ec3b 100644 --- a/doc/lua-filters.md +++ b/doc/lua-filters.md @@ -6578,7 +6578,7 @@ Returns: `render (doc[, colwidth[, style]])` Render a [Doc]. The text is reflowed on breakable spaces to match -the given line length. Text is not reflowed if the line line +the given line length. Text is not reflowed if the line length parameter is omitted or nil. Parameters: |
