| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-07-08 | Harmonize maintainer email addresses in module headers. | Albert Krewinkel | |
| 2024-04-25 | Update copyright dates to 2024. | John MacFarlane | |
| 2023-01-10 | Update copyright years, it's 2023! | Albert Krewinkel | |
| 2022-10-10 | Lua: support extensions in custom writers | Albert Krewinkel | |
| Custom writers can define the extensions that they support via the global `writer_extensions`. The variable's value must be a table with all supported extensions as keys, and their default status as values. E.g., the below specifies that the writer support the extensions `smart` and `sourcepos`, but only the `smart` extension is enabled by default: writer_extensions = { smart = true, sourcepos = false, } | |||
| 2022-10-04 | Lua: ensure that extensions marshaling is consistent. | Albert Krewinkel | |
| 2022-09-30 | [API Change] Extract Lua code into new package pandoc-lua-engine | Albert Krewinkel | |
| The flag 'lua53` must now be used with that package if pandoc is to be compiled against Lua 5.3. | |||
