File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 67
67
inlines, and only if the `raw_html` extension is enabled. (It is
68
68
now a valid extension for `dokuwiki`, though off by default.)
69
69
70
- * Docx writer;
70
+ * Docx writer:
71
71
72
72
+ Support `--list-of-figures` and `--list-of-tables` (or `lof` and
73
73
`lot` variables) (Akash Patel).
161
161
162
162
* Text.Pandoc.App:
163
163
164
- + Add `optListOfFigures` and `optListOfTables` to `Opt` (#8245).
164
+ + Add `optListOfFigures` and `optListOfTables` to `Opt` (#8245)
165
+ [API change].
165
166
166
167
* Lua subsystem (Albert Krewinkel):
167
168
176
177
produced and handled by the `pandoc.layout` module can now
177
178
be styled using `bold`, `italic`, `underlined`, or `strikeout`. The
178
179
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,
181
182
either *plain* or *ansi*.
182
183
+ It is now possible to return a single filter from a filter file, e.g.
183
184
``` lua
You can’t perform that action at this time.
0 commit comments