aboutsummaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-11-20 23:12:51 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2021-11-20 23:12:51 -0800
commitf1ce1cc891fe6cdef44e25318b90f8cf942fa632 (patch)
tree4f0267fd29e907d7b048c7750c1f1e37df20a763 /changelog.md
parent62cc9fe22737f9ea077671a47e7bb8742b74b2d4 (diff)
downloadpandoc-f1ce1cc891fe6cdef44e25318b90f8cf942fa632.tar.gz
Minor changelog edits.
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/changelog.md b/changelog.md
index a59604f19..090f0bd6e 100644
--- a/changelog.md
+++ b/changelog.md
@@ -4,9 +4,9 @@
* Add interface for custom readers written in Lua (#7669).
Users can now do `-f myreader.lua` and pandoc will treat the
- script myreader.lua as a custom reader, which parses an input
+ script `myreader.lua` as a custom reader, which parses an input
string to a pandoc AST, using the pandoc module defined for
- Lua filters. A sample custom reader can be found in data/creole.lua.
+ Lua filters. A sample custom reader can be found in `data/creole.lua`.
Also see documentation in `doc/custom-readers.md`.
* New module Text.Pandoc.Readers.Custom, exporting `readCustom` [API change].
@@ -46,7 +46,7 @@
the one MediaWiki would generate automatically. Note that MediaWiki's
generation scheme is different from pandoc's (it uses uppercase letters,
and `_` instead of `-`, for example). This means that in going from
- markdown -> mediawiki, we'll now get spans before almost every heading,
+ markdown to mediawiki, we'll now get spans before almost every heading,
unless explicit identifiers are used that correspond to the ones MediaWiki
auto-generates. This is uglier output but it's necessary for internal
links to work properly.