diff options
| author | John MacFarlane <[email protected]> | 2024-10-05 13:36:12 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2024-10-05 13:36:12 -0700 |
| commit | 31e4fabbb29d302eb972d25ce4aa10dd26bfbadc (patch) | |
| tree | 8bcddcd5dc29cad6c3f400ea0a08542de5030d30 /changelog.md | |
| parent | 9f78ad0679d13204d0161c25bc431511938a3fd4 (diff) | |
Changelog - fix typos.pandoc-server-0.1.0.9pandoc-lua-engine-0.3.3pandoc-cli-3.53.5
Diffstat (limited to 'changelog.md')
| -rw-r--r-- | changelog.md | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/changelog.md b/changelog.md index 7fc6f2304..a42fc030e 100644 --- a/changelog.md +++ b/changelog.md @@ -67,7 +67,7 @@ inlines, and only if the `raw_html` extension is enabled. (It is now a valid extension for `dokuwiki`, though off by default.) - * Docx writer; + * Docx writer: + Support `--list-of-figures` and `--list-of-tables` (or `lof` and `lot` variables) (Akash Patel). @@ -161,7 +161,8 @@ * Text.Pandoc.App: - + Add `optListOfFigures` and `optListOfTables` to `Opt` (#8245). + + Add `optListOfFigures` and `optListOfTables` to `Opt` (#8245) + [API change]. * Lua subsystem (Albert Krewinkel): @@ -176,8 +177,8 @@ produced and handled by the `pandoc.layout` module can now be styled using `bold`, `italic`, `underlined`, or `strikeout`. The style is ignored in normal rendering, but becomes visible when - rendering to ANSI output. The `pandoc.layout.render` functio - n now takes a third parameter that defines the output style, + rendering to ANSI output. The `pandoc.layout.render` function + now takes a third parameter that defines the output style, either *plain* or *ansi*. + It is now possible to return a single filter from a filter file, e.g. ``` lua |
