diff options
author | John MacFarlane <jgm@berkeley.edu> | 2018-07-19 21:51:56 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-07-19 21:51:56 -0700 |
commit | 31ef9959b810c1bc62228cfe658fcfb12cee9ffb (patch) | |
tree | 12332cd9c0aa832d700c848ad523d01d10c5fd4e /changelog | |
parent | 34b229dd5a8493bad62498e5485f2775e2289ce8 (diff) | |
download | pandoc-31ef9959b810c1bc62228cfe658fcfb12cee9ffb.tar.gz |
Update man page, changelog, authors.
Diffstat (limited to 'changelog')
-rw-r--r-- | changelog | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -1,3 +1,25 @@ +pandoc (2.2.2.1) + + * Fix regression finding templates in user data directory (#4777). + Under version 2.2.1 and prior pandoc found latex templates in the + templates directory under the data directory, but this broke in 2.2.2. + + * Fix for bug in parsing `\input` in `rawLaTeXBlock` and + `rawLaTeXInline` (#4781). (This primarily affects the markdown + reader, and other readers that accept raw tex.) + Starting in 2.2.2, everything after an `\input` (or `\include`) + in a markdown file would be parsed as raw LaTeX. + + * MANUAL: + + + Clarify `gfm` vs `markdown_github` (#4783, Mauro Bieg). + * Use `keywords` instead of `tags` in YAML metadata example (#4779). + Unlike `tags`, `keywords` is used in some of the writers + and default templates. + + * Add missing `rollingLinks` option to revealjs template (#4778, + Igor Khorlo). + pandoc (2.2.2) * Use HsYAML instead of yaml for translations and YAML metadata (#4747). |