diff options
Diffstat (limited to 'changelog')
| -rw-r--r-- | changelog | 9 |
1 files changed, 9 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. @@ -27,6 +31,9 @@ pandoc (1.15.2) can start need to be marked explicitly by changing the parser state. This wasn't done for headers. The proper function to update the state is now called at the beginning of the header parser, fixing this issue. + + Fix emphasis rules for smart parsing (Albert Krewinkel, #2513). + Smart quotes, ellipses, and dashes should behave like normal quotes, + single dashes, and dots with respect to text markup parsing. * Markdown reader: @@ -41,6 +48,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 |
