diff options
| author | Albert Krewinkel <[email protected]> | 2025-07-31 11:49:20 +0200 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-08-01 10:04:14 -0700 |
| commit | 75aee7a23c96ff31aa9fcb7608891c33a011d6a1 (patch) | |
| tree | 155da93d4f6b5e262498aba353e6e92447fb2dc9 /doc | |
| parent | 57e7d895db367eb09cb4cb31678ac3b5f6dc9ef7 (diff) | |
Lua: use proper interface functions to access the CommonState.
- The `PANDOC_STATE` is no longer a userdata object, but a table that
behaves like the old object.
- Log messages in `PANDOC_STATE.log` are now in temporal order.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lua-filters.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/lua-filters.md b/doc/lua-filters.md index b75ce2e0c..b71d4a5a3 100644 --- a/doc/lua-filters.md +++ b/doc/lua-filters.md @@ -2397,8 +2397,7 @@ Fields: : Output file from command line (string or nil) `log` -: A list of log messages in reverse order ([List] of - [LogMessage]s) +: A list of log messages ([List] of [LogMessage]s) `request_headers` : Headers to add for HTTP requests; table with header names as |
