| Age | Commit message (Collapse) | Author | Files | Lines | 
|---|
|  | This seems to be necessary if we are to use our custom Prelude
with ghci.
Closes #4464. | 
|  | Lua functions used to construct AST element values are stored in the Lua
registry for quicker access. Getting a value from the registry is much
faster than getting a global value (partly to idiosyncrasies of hslua);
this change results in a considerable performance boost. | 
|  |  | 
|  | Runs a JSON filter on a Pandoc document. | 
|  |  | 
|  | Some helper functions and types have been moved to hslua.
Change: minor | 
|  | I'm sure this was intended in the first place, but currently
only Meta is supported. | 
|  | Convert list of Pandoc blocks into (hierarchical) list of Elements. | 
|  | The function parses a date and converts it (if possible) to "YYYY-MM-DD"
format. | 
|  | The function allows conversion of numbers below 4000 into roman
numerals. | 
|  | The new function `pandoc.utils.stringify` converts any AST element to a
string with formatting removed. | 
|  | A new module `pandoc.utils` has been created. It holds utility functions
like `sha1`, which was moved from the main `pandoc` module. | 
|  | Definitions for the `pandoc.mediabag` modules are moved to a separate
Haskell module.
Change: minor | 
|  | The Haskell module defining the Lua `pandoc` module is moved to
Text.Pandoc.Lua.Module.Pandoc.
Change: minor |