From 4235c2d416fdfce27664d5e2f481a368a70ef949 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 3 Dec 2017 20:40:52 -0800 Subject: Update changelog. --- changelog | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) (limited to 'changelog') 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) -- cgit v1.2.3