| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-12-06 | fixup! T.P.Scripting: add CustomComponents, and change...issue8417 | Albert Krewinkel | |
| 2022-10-12 | Lua: support extensions in custom readers. | Albert Krewinkel | |
| Like custom readers, like writers, can define the set of supported extensions by setting a global. E.g.: ``` lua reader_extensions = { smart = true, citations = false, } ``` | |||
| 2022-10-10 | Lua: support custom bytestring readers. | Albert Krewinkel | |
