summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-12-03 20:40:52 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2017-12-03 20:40:52 -0800
commit4235c2d416fdfce27664d5e2f481a368a70ef949 (patch)
treec00b5e039430a8b6cc57ef2ed4e7338c0bbfc10b /changelog
parentc94b970cede1644c71fae2161626d0a1eb13facc (diff)
Update changelog.
Diffstat (limited to 'changelog')
-rw-r--r--changelog20
1 files changed, 17 insertions, 3 deletions
diff --git a/changelog b/changelog
index b90cebecf..91b14b460 100644
--- a/changelog
+++ b/changelog
@@ -42,6 +42,13 @@ pandoc (2.0.4)
* Docx writer: allow empty paragraphs (#2252).
+ * CommonMark/gfm writer:
+
+ + Use raw html for native divs/spans (#4113). This allows a pandoc
+ markdown native div or span to be rendered in gfm using raw html tags.
+ + Implement `raw_html` and `raw_tex` extensions. Note that `raw_html`
+ is enabled by default for `gfm`, while `raw_tex` is disabled by default.
+
* Muse writer (Alexander Krotov):
+ Test that inline math conversion result is normalized.
@@ -64,6 +71,9 @@ pandoc (2.0.4)
yields the desired result.
+ Escape `~` and `_` in code with `--listings` (#4111).
+ * HTML writer: export `tagWithAttributes`. This is a helper allowing
+ other writers to create single HTML tags.
+
* Let papersizes `a0`, `a1`, `a2`, ... be case-insensitive by
converting the case as needed in LaTeX and ConTeXt writers.
@@ -74,6 +84,8 @@ pandoc (2.0.4)
This gives us automatic normalization, so we don't get
for example two consecutive Spaces.
+ * Include default CSS for 'underline' class in HTML-based templates.
+
* revealjs template: add `tex2jax` configuration for the
math plugin. With the next release of reveal.js, this will
fix the problem of `$`s outside of math contexts being
@@ -135,14 +147,16 @@ pandoc (2.0.4)
* Create alternative zip file for Windows binaries.
- * Updated INSTALL.md since we now provide zips for binaries.
+ * Update INSTALL.md since we now provide zips for binaries.
* Relax `http-types` dependency (Justus Sagemüller, #4084).
- * Added `epub.md`, `getting-started.md` to docs. These used to live in
+ * Add `epub.md`, `getting-started.md` to docs. These used to live in
the website repo.
- * Added `packages` target to Makefile.
+ * Add `packages` target to Makefile.
+
+ * Bump bounds for binary, http-types, tasty-hunit
pandoc (2.0.3)