aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-11-24Update date in manual and update man page.John MacFarlane2-16/+91
2018-11-24EPUB writer: handle calibre metadata.John MacFarlane1-1/+22
2018-11-25MediaWiki reader internals: remove unnecessary bindingAlexander Krotov1-2/+1
2018-11-23Use latest dev version of pandoc-citeproc.John MacFarlane1-1/+2
2018-11-22Hlint suggestions.John MacFarlane5-30/+26
2018-11-22RTF writer: fix warnings for skipped raw inlines.John MacFarlane1-1/+1
2018-11-22Bump version to 2.5.John MacFarlane1-1/+1
2018-11-22OpenDocument writer: small amendment to #5095.John MacFarlane2-190/+190
2018-11-22Merge pull request #5095 from pyssling/masterJohn MacFarlane2-191/+191
2018-11-22ODT writer: Fix list indentationNils Carlson2-191/+191
2018-11-21MANUAL: Fix outdated description of latex_macros extension.John MacFarlane1-1/+1
2018-11-21HTML writer: use plain `"` instead of `"` outside of attributes.John MacFarlane1-1/+2
2018-11-20Fix markdown-citations test for new abbreviations changes.John MacFarlane1-2/+2
2018-11-20Merge pull request #5093 from adunning/patch-1John MacFarlane1-0/+29
2018-11-20Docx writer: Fix bookmarks to headers with long titles.John MacFarlane3-5/+19
2018-11-20Additional abbreviationsAndrew Dunning1-0/+29
2018-11-19Fix compiler warning.John MacFarlane1-1/+1
2018-11-19AsciiDoc writer: improve ordered lists.John MacFarlane2-71/+83
2018-11-19Lua filters: test AST object equality via HaskellAlbert Krewinkel3-5/+66
2018-11-19Asciidoc template: add :lang: to title header is lang is set in metadata.John MacFarlane1-0/+3
2018-11-19For bibliography match Div with id 'refs', not class 'references'.John MacFarlane6-12/+13
2018-11-19MANUAL.txt: Clarified placement of bibliography.John MacFarlane1-4/+17
2018-11-19LaTeX reader: cleaned up handling of dimension arguments.John MacFarlane3-9/+15
2018-11-18LaTeX reader: don't allow arguments for verbatim, etc.John MacFarlane1-1/+0
2018-11-18LaTeX reader: Allow space before bracketed options.John MacFarlane1-1/+2
2018-11-18LaTeX reader: allow optional arguments after \\ in tables.John MacFarlane1-1/+2
2018-11-18LaTeX reader: improve parsing of `\tiny`, `scriptsize`, etc.John MacFarlane1-4/+18
2018-11-19FB2 reader: do not throw error for unknown elements in <body>Alexander Krotov1-1/+1
2018-11-17Lua Utils module: improve stringifyAlbert Krewinkel1-2/+9
2018-11-17cusomizing-pandoc.md: streamline template textMauro Bieg1-11/+3
2018-11-17customizing-templates.md: variable options tableMauro Bieg1-2/+21
2018-11-16HTML reader: allow tfoot before body rows.John MacFarlane2-2/+19
2018-11-15HTML reader: parse `<small>` as a Span with class "small".John MacFarlane2-0/+11
2018-11-15Asciidoc writer: Render Spans using `[#id .class]#contents#`.John MacFarlane2-3/+13
2018-11-15MANUAL: Under security, added note about +RTS option to limit heap size.John MacFarlane1-0/+3
2018-11-15Muse writer: output tables as grid tables if they have multi-line cellsAlexander Krotov1-1/+13
2018-11-14Muse reader: trim whitespace before parsing grid table cellsAlexander Krotov2-2/+13
2018-11-14Muse reader: add grid tables supportAlexander Krotov2-2/+74
2018-11-14Muse writer: indent simple tables only on the top levelAlexander Krotov2-4/+11
2018-11-14Muse writer: simplify "simpleTable"Alexander Krotov1-7/+4
2018-11-14Muse writer: remove outdated commentsAlexander Krotov1-3/+0
2018-11-13Fix test case for #5014.John MacFarlane1-1/+3
2018-11-13HTML reader: allow thead containing a row with td rather than th.John MacFarlane2-11/+28
2018-11-13Remove stack.lts{9,10,11}.yaml.John MacFarlane3-99/+0
2018-11-13Clean up stack.yaml, allow latest pandoc-citeproc.John MacFarlane1-4/+3
2018-11-13Muse writer: output tables with one column as grid tablesAlexander Krotov2-1/+13
2018-11-13Fix note on curly brace syntx for locators.John MacFarlane1-2/+2
2018-11-12Document new explicit syntax for citeproc locators.John MacFarlane1-0/+7
2018-11-12LaTeX writer: don't emit `[<+->]` unless beamer output,John MacFarlane2-2/+17
2018-11-11Exactly match GitHub's identifier generating algorithm.John MacFarlane2-2/+11