File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# Revision history for pandoc
22
3- ## pandoc 2.16.2 PROVISIONAL (DATE )
3+ ## pandoc 2.16.2 (2021-11-21 )
44
55 * Add interface for custom readers written in Lua (#7669).
66 Users can now do `-f myreader.lua` and pandoc will treat the
1616 * Accept empty `--metadata-file` (#7675).
1717 This was a regression from 2.15 behavior.
1818
19- * Markdown reader: Improve inlinesInBalancedBrackets.
19+ * Markdown reader: Improve ` inlinesInBalancedBrackets` .
2020 This is just a small improvement in terms of performance, but it's simpler
2121 and more direct code. Also, we avoid parsing interparagraph spaces in
2222 balanced brackets, as the original did.
7272 + With `-t latex-smart`, don't generate `\ldots` from ellipsis (#7674).
7373 Instead just use unicode ellipsis.
7474
75- * JATS template: fix equal-contrib attribute (Albert Krewinkel).
75+ * JATS template: fix ` equal-contrib` attribute (Albert Krewinkel).
7676 The standard requires the value to be either `yes` or `no`, but is was
7777 set to `true` for authors who contributed equally.
7878
160160 * MANUAL.txt: update table of exit codes and corresponding errors
161161 (Albert Krewinkel).
162162
163- * Use released texmath.
163+ * Use latest texmath.
164164
165165## pandoc 2.16.1 (2021-11-02)
166166
You can’t perform that action at this time.
0 commit comments