File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 6767 inlines, and only if the `raw_html` extension is enabled. (It is
6868 now a valid extension for `dokuwiki`, though off by default.)
6969
70- * Docx writer;
70+ * Docx writer:
7171
7272 + Support `--list-of-figures` and `--list-of-tables` (or `lof` and
7373 `lot` variables) (Akash Patel).
161161
162162 * Text.Pandoc.App:
163163
164- + Add `optListOfFigures` and `optListOfTables` to `Opt` (#8245).
164+ + Add `optListOfFigures` and `optListOfTables` to `Opt` (#8245)
165+ [API change].
165166
166167 * Lua subsystem (Albert Krewinkel):
167168
176177 produced and handled by the `pandoc.layout` module can now
177178 be styled using `bold`, `italic`, `underlined`, or `strikeout`. The
178179 style is ignored in normal rendering, but becomes visible when
179- rendering to ANSI output. The `pandoc.layout.render` functio
180- n now takes a third parameter that defines the output style,
180+ rendering to ANSI output. The `pandoc.layout.render` function
181+ now takes a third parameter that defines the output style,
181182 either *plain* or *ansi*.
182183 + It is now possible to return a single filter from a filter file, e.g.
183184 ``` lua
You can’t perform that action at this time.
0 commit comments