aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2021-11-21 10:35:55 +0100
committerAlbert Krewinkel <albert@zeitkraut.de>2021-11-21 10:35:55 +0100
commita9e5145c3a3bc9c7f9f021389e4d0ae8053c8188 (patch)
treeffd00e795bf32a72a2375ab6c84a8bcd3ba1d3b1
parent464abdc854b21b713e68335e07f2331a623acc97 (diff)
downloadpandoc-a9e5145c3a3bc9c7f9f021389e4d0ae8053c8188.tar.gz
Minor changelog edits.
-rw-r--r--changelog.md10
1 files changed, 3 insertions, 7 deletions
diff --git a/changelog.md b/changelog.md
index 204996bc9..967206850 100644
--- a/changelog.md
+++ b/changelog.md
@@ -38,8 +38,7 @@
+ Add 'uri' class when parsing `\url`, for consistency
with treatment of autolinks in other formats (#7672).
- * JATS reader: Capture `alt-text` in figures (#7703, Albert Krewinkel
- and Aner Lucero).
+ * JATS reader: Capture `alt-text` in figures (#7703, Aner Lucero).
* MediaWiki writer: use HTML spans for anchors when header has id (#7697).
We need to generate a span when the header's ID doesn't match
@@ -94,7 +93,7 @@
`lpeg` and `re` are always made available in global variables,
without the need for a `require`.
- + Set `lpeg` and `re` as globals; allow shared lib access via require
+ + Set `lpeg` and `re` as globals; allow shared lib access via `require`.
The `lpeg` and `re` modules are loaded into globals of the respective
name, but they are not necessarily registered as loaded packages. This
ensures that
@@ -152,10 +151,7 @@
* Add `data/creole.lua` as sample custom reader.
- * Add doc/custom-readers.md.
-
- * doc/lua-filters.md: add section on global modules, including lpeg
- (Albert Krewinkel).
+ * Add `doc/custom-readers.md`.
* MANUAL.txt: update table of exit codes and corresponding errors
(Albert Krewinkel).