Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-12-23 | Lua modules: add function pandoc.utils.hierarchicalize | Albert Krewinkel | 1 | -0/+16 | |
Convert list of Pandoc blocks into (hierarchical) list of Elements. | |||||
2017-12-23 | Lua modules: add function pandoc.utils.normalize_date | Albert Krewinkel | 1 | -1/+9 | |
The function parses a date and converts it (if possible) to "YYYY-MM-DD" format. | |||||
2017-12-23 | Lua modules: add function pandoc.utils.to_roman_numeral | Albert Krewinkel | 1 | -0/+9 | |
The function allows conversion of numbers below 4000 into roman numerals. | |||||
2017-12-22 | Lua modules: add stringify function to pandoc.utils | Albert Krewinkel | 1 | -3/+16 | |
The new function `pandoc.utils.stringify` converts any AST element to a string with formatting removed. | |||||
2017-12-20 | Test more pandoc Lua module functions | Albert Krewinkel | 1 | -0/+69 | |
The functions `sha1`, `read`, and `pipe` are now tested. Change: minor |