| Age | Commit message (Collapse) | Author | Files | Lines | 
|---|
|  | Exposes a function converting which flattenes a list of blocks into a
list of inlines. An example use case would be the conversion of Note
elements into other inlines. | 
|  |  | 
|  |  | 
|  | We need to find something that will work on windows. | 
|  | It should be installed on all *nix systems. | 
|  |  | 
|  | Previously it was assumed that the system would have `/bin/false`
and `/bin/sed`, and these tests were skipped otherwise.
On MacOS, these utilities are located in `/usr/bin`.
Fixed by just using `sed` and `false` -- these should always be
in the path.  Removed the "skipping" behavior, replaced with a
check for Windows.  On Windowns, we use `echo` and `cd`, which
should always exist.
Not yet checked on Windows. | 
|  | 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. | 
|  | The functions `sha1`, `read`, and `pipe` are now tested.
Change: minor |