aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-12-10Version to 1.19.1John MacFarlane1-1/+1
2016-12-09We no longer need the MathMLInHTML.js shim from 2004!John MacFarlane3-74/+0
2016-12-08Docx reader: Ensure one-row tables don't have header.Jesse Rosenthal4-1/+11
2016-12-08Small tweaks to release checklist.John MacFarlane1-3/+3
2016-12-08Makefile: use stack.John MacFarlane1-22/+6
2016-12-08Set PANDOC_VERSION environment variable for filters.John MacFarlane1-2/+4
2016-12-08Removed debug trace from HTML reader.John MacFarlane1-2/+1
2016-12-07Really fixed bash completion this time!John MacFarlane1-1/+1
2016-12-07Improved bash-completion for filenames with spaces.John MacFarlane1-1/+1
2016-12-07Fixed bash completion for filenames with spaces.John MacFarlane2-6/+23
2016-12-07MANUAL: better docs on how to create a custom reference.docx.John MacFarlane1-8/+24
2016-12-07HTML reader: Understand `style=width:` as well as `width` in `col`.John MacFarlane1-2/+7
2016-12-07Fixed tests with dynamic linking.John MacFarlane1-3/+12
2016-12-07RST reader: print warnings when keys, substitition, notes not found.John MacFarlane1-6/+26
2016-12-07RST reader: fix hyperlink aliases.John MacFarlane3-2/+13
2016-12-06Fixed some bad regressions in HTML table parser.John MacFarlane1-3/+3
2016-12-05Man writer: Ensure that periods are escaped at beginning of line.John MacFarlane1-4/+2
2016-12-05Pretty: Added `afterBreak`.John MacFarlane1-0/+15
2016-12-04LaTeX writer: Fix unnumbered headers when used with `--top-level`Albert Krewinkel2-1/+23
2016-12-04LaTeX template: use correct separator for pdfkeywords.John MacFarlane1-7/+7
2016-12-04Markdown writer: Fixed incorrect word wrapping.John MacFarlane4-7/+7
2016-12-03Minor spelling typos in the manual (#3273)Anthony Geoghegan1-23/+23
2016-12-01More cosmetic changes to changelog.John MacFarlane1-131/+130
2016-12-01Reformatting changelog.John MacFarlane1-217/+217
2016-11-30Update date in manual and man page.John MacFarlane2-20/+40
2016-11-30Updated changelog.John MacFarlane1-6/+14
2016-11-30Use pandoc-citeproc 0.10.3 release in stack.yamls for binary pkgs.John MacFarlane3-9/+5
2016-11-30Options: Removed writerStandalone, made writerTemplate a Maybe.John MacFarlane33-133/+117
2016-11-30Updated changelog.John MacFarlane1-0/+4
2016-11-30Removed unused import.John MacFarlane1-1/+0
2016-11-30travis: use language generic (#3267)ickc1-2/+2
2016-11-30stack.yaml - use texmath 0.9 release.John MacFarlane2-6/+2
2016-11-30Use new module from texmath to lookup MS font codepoints.John MacFarlane6-245/+9
2016-11-27Updated changelog.John MacFarlane1-5/+17
2016-11-27Shared.fetchItem: Better handling of protocol-relative URL.John MacFarlane1-0/+9
2016-11-27Updated renderHtml import in HTML writer to avoid deprecated function.John MacFarlane1-2/+1
2016-11-27Refactor top-level division selection (#3261)Albert Krewinkel9-64/+111
2016-11-27Updated stack.yaml to use lts 7.9 + latest pandoc-citeproc dev.John MacFarlane4-7/+7
2016-11-27Version to 1.19.John MacFarlane1-1/+1
2016-11-27Update changelog.John MacFarlane1-0/+258
2016-11-26HTML reader: improved table parsing.John MacFarlane1-11/+24
2016-11-26Revert "Open Document writer: set first level of blockquotes to not use inden...John MacFarlane1-2/+3
2016-11-26Open Document writer: set first level of blockquotes to not use indent (#2757)Jeff Sheets1-3/+2
2016-11-26[Tex] Remove invalid inlines in sections (#3218)hubertp-lshift1-4/+6
2016-11-26[odt] Infer table's caption from the paragraph (#3224)hubertp-lshift7-14/+29
2016-11-26Allow to overwrite top-level division type heuristics (#3258)Albert Krewinkel8-20/+26
2016-11-26LaTeX reader: don't treat `\vspace` and `\hspace` as block commands.John MacFarlane1-1/+0
2016-11-25Use pre-wrap for code in dzslides template (Nicolas Porcel).John MacFarlane1-7/+7
2016-11-24Org reader: respect column width settingsAlbert Krewinkel2-28/+48
2016-11-24LaTeX writer: use `\autocites*` when "suppress-author" citation used.John MacFarlane1-2/+3