Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-11-02 | Lua: display Attr values using their native Haskell representation | Albert Krewinkel | 1 | -0/+4 | |
2021-10-29 | Lua: use hslua module abstraction where possible | Albert Krewinkel | 1 | -23/+27 | |
This will make it easier to generate module documentation in the future. | |||||
2021-10-28 | Lua: increase strictness when getting attribute keys | Albert Krewinkel | 1 | -2/+2 | |
2021-10-27 | Lua: re-add `t` and `tag` property to Attr values | Albert Krewinkel | 1 | -0/+4 | |
Removal of these properties from Attr values was a regression. | |||||
2021-10-22 | Lua: marshal Attr values as userdata | Albert Krewinkel | 1 | -0/+225 | |
- Adds a new `pandoc.AttributeList()` constructor, which creates the associative attribute list that is used as the third component of `Attr` values. Values of this type can often be passed to constructors instead of `Attr` values. - `AttributeList` values can no longer be indexed numerically. |