aboutsummaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-11-03 11:08:43 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2020-11-03 11:08:43 -0800
commit27276543b9045b95c724c4d9018207e21e29ba82 (patch)
treebf29636e7590ebc33447cf8af6a7450f7e59c079 /changelog.md
parent6c1bc1510b5453f55b86bca5d94a23c208940eab (diff)
downloadpandoc-27276543b9045b95c724c4d9018207e21e29ba82.tar.gz
Update changelog.
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md21
1 files changed, 15 insertions, 6 deletions
diff --git a/changelog.md b/changelog.md
index 758c70ba2..82c64da64 100644
--- a/changelog.md
+++ b/changelog.md
@@ -10,12 +10,16 @@
+ Parse inline svg as image unless `raw_html` is set in the reader (in
which case the svg is passed through as raw HTML) (#6770).
- * LaTeX reader: fix bug parsing macro arguments (#6796).
- If `\cL` is defined as `\mathcal{L}`, and `\til` as `\tilde{#1}`,
- then `\til\cL` should expand to `\tilde{\mathcal{L}}`, but pandoc
- was expanding it to `\tilde\mathcal{L}`. This is fixed by
- parsing the arguments in "verbatim mode" when the macro expands
- arguments at the point of use.
+ * LaTeX reader:
+
+ + Fix bug parsing macro arguments (#6796). If `\cL` is
+ defined as `\mathcal{L}`, and `\til` as `\tilde{#1}`, then
+ `\til\cL` should expand to `\tilde{\mathcal{L}}`, but
+ pandoc was expanding it to `\tilde\mathcal{L}`. This is
+ fixed by parsing the arguments in "verbatim mode" when the
+ macro expands arguments at the point of use.
+ + Properly support optional (cite) argument for
+ `\blockquote` from `csquotes` (#6802).
* LaTeX writer: Improved calculation of table column widths.
We now have LaTeX do the calculation, using `\tabcolsep`.
@@ -46,6 +50,9 @@
* JATS templates: ensure `jats_publishing` output is valid
(Albert Krewinkel).
+ * LaTeX template: Fix `CSLRightInline`, so that it does not
+ run over the right margin.
+
* HTML template: default CSS tweaks (Mauro Bieg and John
MacFarlane).
@@ -88,6 +95,8 @@
in pandoc when appropriate.
+ Closes #6783.
+ * Clarify manual on `--track-changes` (#6801).
+
* Fix code example in lua-filters.md (#6795).
## pandoc 2.11.0.4 (2020-10-21)