File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 3838 + Add 'uri' class when parsing `\url`, for consistency
3939 with treatment of autolinks in other formats (#7672).
4040
41- * JATS reader: Capture `alt-text` in figures (#7703, Albert Krewinkel
42- and Aner Lucero).
41+ * JATS reader: Capture `alt-text` in figures (#7703, Aner Lucero).
4342
4443 * MediaWiki writer: use HTML spans for anchors when header has id (#7697).
4544 We need to generate a span when the header's ID doesn't match
9493 `lpeg` and `re` are always made available in global variables,
9594 without the need for a `require`.
9695
97- + Set `lpeg` and `re` as globals; allow shared lib access via require
96+ + Set `lpeg` and `re` as globals; allow shared lib access via ` require`.
9897 The `lpeg` and `re` modules are loaded into globals of the respective
9998 name, but they are not necessarily registered as loaded packages. This
10099 ensures that
152151
153152 * Add `data/creole.lua` as sample custom reader.
154153
155- * Add doc/custom-readers.md.
156-
157- * doc/lua-filters.md: add section on global modules, including lpeg
158- (Albert Krewinkel).
154+ * Add `doc/custom-readers.md`.
159155
160156 * MANUAL.txt: update table of exit codes and corresponding errors
161157 (Albert Krewinkel).
You can’t perform that action at this time.
0 commit comments