Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-01-13 | data/pandoc.lua: auto-fix nested constructor arguments | Albert Krewinkel | 1 | -0/+10 | |
Incorrect types to pandoc element constructors are automatically converted to the correct types when possible. This was already done for most constructors, but conversions are now also done for nested types (like lists of lists). |