diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-12-27 12:30:05 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-12-27 12:30:05 -0800 |
commit | 2e8722da6c732d2153ea055bd0961b4233f97c36 (patch) | |
tree | 9a7225193115643eaa7cbd55fa2e5d26432e0f2c /changelog | |
parent | a888083ee1b381e8f8abab58d7af83d88c5343d0 (diff) | |
download | pandoc-2e8722da6c732d2153ea055bd0961b4233f97c36.tar.gz |
Update man page and changelog.
Diffstat (limited to 'changelog')
-rw-r--r-- | changelog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -11,6 +11,9 @@ pandoc (2.0.6) bibliographic information can be processed with pandoc and pandoc-citeproc to produce a formatted bibliography. + * Allow `--list-extensions` to take an optional FORMAT argument. + This lists the extensions set by default for the selected FORMAT. + * Markdown reader: + Preserve original whitespace between blocks. @@ -546,6 +549,7 @@ pandoc (2.0.3) + Allow spaces after `\(` and before `\)` with `tex_math_single_backslash`. Previously `\( \frac{1}{a} < \frac{1}{b} \)` was not parsed as math in `markdown` or `html` `+tex_math_single_backslash`. + + Parse div with class `line-block` as LineBlock. * MANUAL: clarify that math extensions work with HTML. Clarify that `tex_math_dollars` and `tex_math_single_backslash` |