Skip to content

Commit

Permalink
Changelog - fix typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Oct 5, 2024
1 parent 9f78ad0 commit 31e4fab
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down Expand Up @@ -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):

Expand All @@ -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
Expand Down

0 comments on commit 31e4fab

Please sign in to comment.