Skip to content

Commit 31e4fab

Browse files
committed
Changelog - fix typos.
1 parent 9f78ad0 commit 31e4fab

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

changelog.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
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).
@@ -161,7 +161,8 @@
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

@@ -176,8 +177,8 @@
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

0 commit comments

Comments
 (0)