| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
The module provides basic querying functions for image properties.
|
|
This only affects the name in the Lua-internal documentation. It is
still possible to load the modules via `require 'text'`, although this
is deprecated.
|
|
Closes: #8605
|
|
Adds support for table of contents and chunks handling. The function
`make_sections` has been given a friendlier interface and was moved to
the new module; the old `pandoc.utils.make_sections` has been
deprecated.
|
|
|
|
The module provides functions to query the set of extensions supported
by formats, and the set of extension enabled per default.
|
|
The flag 'lua53` must now be used with that package if pandoc is to be
compiled against Lua 5.3.
|