diff options
Diffstat (limited to 'changelog')
| -rw-r--r-- | changelog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -5,6 +5,10 @@ pandoc (1.15.2) * Fixed omitted `url(...)` in CSS data-uri with `--self-contained` (#2489). + * Added `emoji` Markdown extension, enabled by default in `markdown_github` + (#2523). Added `Ext_emoji` to `Extension` in `Text.Pandoc.Options` + (API change). + * `Text.Pandoc.Readers.HTML.parseTags`: Fixed over-eager raw HTML inline parsing (#2469). Tightened up the inline HTML parser so it disallows TagWarnings. @@ -41,6 +45,8 @@ pandoc (1.15.2) permit this. + Improved parser for `mmd_title_block`. We now allow blank metadata fields. These were explicitly disallowed before. + + Citation keys can now contain `://`, so URLs and DOIs can be used + as citation keys (jgm/pandoc-citeproc#166). * Beamer template: fix incompatibility of section slides with natbib. Natbib (and presumably biblatex) bibliography commands create |
