diff options
| author | Albert Krewinkel <[email protected]> | 2023-03-19 23:31:32 +0100 |
|---|---|---|
| committer | Albert Krewinkel <[email protected]> | 2023-03-20 08:30:04 +0100 |
| commit | a53a6edfa58590163b5316805a0d719b904a3eb3 (patch) | |
| tree | 4a328b0c54b40c04dd10d2d284a5919684c5f82e /tools | |
| parent | a37eda971377397e7a2cc71553e5e5d7c0326a9b (diff) | |
lua-filters.md: Generate docs for pandoc.utils
The documentation in the Haskell sources has been updated.
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/update-lua-module-docs.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/update-lua-module-docs.lua b/tools/update-lua-module-docs.lua index 61842605e..21044b9d6 100644 --- a/tools/update-lua-module-docs.lua +++ b/tools/update-lua-module-docs.lua @@ -48,7 +48,11 @@ local known_types = { Block = 'type-block', Blocks = 'type-blocks', ChunkedDoc = 'type-chunkeddoc', + Inline = 'type-inline', + Inlines = 'type-inlines', Pandoc = 'type-pandoc', + SimpleTable = 'type-simpletable', + Table = 'type-table', WriterOptions = 'type-writeroptions', } |
