diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-10-23 21:38:18 +0200 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2016-10-23 21:38:18 +0200 |
commit | 1d15f0e10f1fca7a9127052d8a8d9d905175ebc1 (patch) | |
tree | 294e02431764f1646dc979160e95135f0d1d9ec4 /changelog | |
parent | 273d90bc1935572525f1e6ad4320e0d3ae8ff083 (diff) | |
download | pandoc-1d15f0e10f1fca7a9127052d8a8d9d905175ebc1.tar.gz |
Update changelog.
Diffstat (limited to 'changelog')
-rw-r--r-- | changelog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ pandoc (1.17.3) + * Added `--list-input-formats`, `--list-output-formats`, + `--list-extensions`, `--list-highlight-languages`, and + `--list-highlight-styles` (#3173). Removed list of highlighting + languages from `--version` output. Removed list of input and output + formats from default `--help` output. + * Added `--reference-location=block|section|document` option (Jesse Rosenthal). This determines whether Markdown link references and footnotes are placed at the end of the document, the end of the |