Skip to content

Commit f1ce1cc

Browse files
committed
Minor changelog edits.
1 parent 62cc9fe commit f1ce1cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

changelog.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
* Add interface for custom readers written in Lua (#7669).
66
Users can now do `-f myreader.lua` and pandoc will treat the
7-
script myreader.lua as a custom reader, which parses an input
7+
script `myreader.lua` as a custom reader, which parses an input
88
string to a pandoc AST, using the pandoc module defined for
9-
Lua filters. A sample custom reader can be found in data/creole.lua.
9+
Lua filters. A sample custom reader can be found in `data/creole.lua`.
1010
Also see documentation in `doc/custom-readers.md`.
1111

1212
* New module Text.Pandoc.Readers.Custom, exporting `readCustom` [API change].
@@ -46,7 +46,7 @@
4646
the one MediaWiki would generate automatically. Note that MediaWiki's
4747
generation scheme is different from pandoc's (it uses uppercase letters,
4848
and `_` instead of `-`, for example). This means that in going from
49-
markdown -> mediawiki, we'll now get spans before almost every heading,
49+
markdown to mediawiki, we'll now get spans before almost every heading,
5050
unless explicit identifiers are used that correspond to the ones MediaWiki
5151
auto-generates. This is uglier output but it's necessary for internal
5252
links to work properly.

0 commit comments

Comments
 (0)