aboutsummaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-08-20 21:53:55 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2021-08-20 21:53:55 -0700
commitaa4bd00ec7f4eac58e00af0aee22d771523fb004 (patch)
tree07a6783864f61814f1af58849692c9074d2ae880 /changelog.md
parent13cf02acfd6ddc85bcd1788dc787d35fe92a2010 (diff)
downloadpandoc-aa4bd00ec7f4eac58e00af0aee22d771523fb004.tar.gz
Bump to 2.14.2, update changelog.
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md32
1 files changed, 19 insertions, 13 deletions
diff --git a/changelog.md b/changelog.md
index 9171fe63b..82961ffd2 100644
--- a/changelog.md
+++ b/changelog.md
@@ -12,18 +12,21 @@
* HTML reader: treat commments as blank when parsing (#7482).
- * Markdown reader:
-
- + Fix raw LaTeX injection issue (#7497). Using a code block
- containing `\end{verbatim}`, one could inject raw TeX into a
- LaTeX document even when `raw_tex` is disabled. Thanks to
- Augustin Laville for noticing the bug.
- + Multimarkdown sub- and superscripts (#5512, OCzarnecki).
- Added an extension `short_subsuperscripts` which modifies
- the behavior of `subscript` and `superscript`, allowing
- subscripts or superscripts containing only alphanumerics
- to end with a space character (eg. `x^2 = 4` or `H~2 is
- combustible`). This improves support for multimarkdown.
+ * Markdown reader:
+
+ + Fix raw LaTeX injection issue (#7497). Using a code block
+ containing `\end{verbatim}`, one could inject raw TeX into a
+ LaTeX document even when `raw_tex` is disabled. Thanks to
+ Augustin Laville for noticing the bug.
+ + Multimarkdown sub- and superscripts (#5512, OCzarnecki).
+ Added an extension `short_subsuperscripts` which modifies
+ the behavior of `subscript` and `superscript`, allowing
+ subscripts or superscripts containing only alphanumerics
+ to end with a space character (eg. `x^2 = 4` or `H~2 is
+ combustible`). This improves support for multimarkdown.
+
+ * RST reader: Fix `:literal:` includes (#7513). These should create
+ code blocks, not insert raw RST.
* LaTeX reader:
@@ -160,7 +163,10 @@
* INSTALL.md: Add GitLab CI/CD example (#7448, Veratyr).
- * MANUAL.txt clarifications (William Lupton).
+ * MANUAL.txt
+
+ - Clarifications (William Lupton).
+ - Add a note on security risks of include directives.
* Document use of the 'underline' class (#7492, #7484, William
Lupton).