aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-11-14Change reference.docx to use more normal block quotes.John MacFarlane29-7/+1
2019-11-14Default files: Allow leaving input-files blank again.John MacFarlane2-4/+5
2019-11-14Change optInputFiles to a `Maybe [FilePath]`.John MacFarlane5-16/+22
2019-11-14Writers.Shared: Clean up code for adding metadata to variables.John MacFarlane1-10/+9
2019-11-14Markdown reader: use take1WhileP for table row.John MacFarlane1-1/+1
2019-11-14Markdown reader: Use take1WhileP for str.John MacFarlane1-1/+3
2019-11-14Parsing: Rename takeWhileP -> take1WhileP and clean it up.John MacFarlane1-9/+11
2019-11-14Allow combining `-Vheader-includes` and `--include-in-header`.John MacFarlane2-15/+23
2019-11-14Fixed some test locations and put test data files in extra-source-files.John MacFarlane11-7/+13
2019-11-14Fix regression preventing header-includes from being set using -V.John MacFarlane2-1/+10
2019-11-14RST writer: fix backslash escaping after stringsAlbert Krewinkel2-2/+5
2019-11-13Fix regression introduced by last commit.John MacFarlane1-1/+2
2019-11-13Markdown reader: don't parse footnote body unless extension enabled.John MacFarlane1-18/+20
2019-11-13Add test for #5881.John MacFarlane7-0/+23
2019-11-13Default files: combine with prior values when appropriate.John MacFarlane2-21/+54
2019-11-13Update manual in light of last change.John MacFarlane1-1/+1
2019-11-13Use `atx-headers` rather than `setext-headers` in defaults file...John MacFarlane1-2/+2
2019-11-13Ensure there's a blank line before RST tables.John MacFarlane2-4/+41
2019-11-13doc/lua-filters.md: mention which Lua version is shipped with pandocAlbert Krewinkel1-3/+3
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc143-5981/+6368
2019-11-11Clarify MANUAL.txt on `--preserve-tabs`John MacFarlane1-3/+4
2019-11-11Fix typos (#5896)Brian Wignall3-10/+10
2019-11-11Markdown reader: fix small super/subscript issue.John MacFarlane3-8/+20
2019-11-11Change the implementation of `htmlSpanLikeElements` and implement `<dfn>` (#5...Florian Beeres4-7/+36
2019-11-07DocBook reader: Fix bug with entities in mathphrase element.John MacFarlane2-4/+22
2019-11-07FIx typo in cabal.project.John MacFarlane1-1/+1
2019-11-07Fix list fields in Opt so they aren't reversed.John MacFarlane3-30/+30
2019-11-07Change merge behavior for metadata.John MacFarlane7-15/+19
2019-11-06Add and apply filters in order (not reversed).John MacFarlane3-10/+7
2019-11-06Allow singular input-file in defaults file.John MacFarlane2-0/+5
2019-11-04Use latest pandoc-citeproc 0.16.3.1 in binary packages.John MacFarlane2-2/+2
2019-11-04Update AUTHORS.md.John MacFarlane1-0/+9
2019-11-04Update changelog.md.John MacFarlane1-3/+28
2019-11-04Removed an unnecessary unpack.John MacFarlane1-1/+1
2019-11-04HTML Reader/Writer - Add support for <var> and <samp> (#5861)Amogh Rathore4-11/+50
2019-11-03PDF: don't assume tex log file is UTF8-encoded.John MacFarlane1-2/+11
2019-11-03Docx reader: Only use LTR when it is overriding BiDi settingJesse Rosenthal3-2/+14
2019-11-03EPUB writer: ensure that `lang` variable is set on all chapters.John MacFarlane1-3/+5
2019-11-03Revise MANUAL's comment on table-mode.John MacFarlane1-3/+2
2019-11-03Docx reader: fix list number resumption for sublists. Closes #4324.John MacFarlane4-1/+20
2019-11-03Allow pdf output to stdout.John MacFarlane3-14/+19
2019-11-03Update changelog.md.John MacFarlane1-36/+211
2019-11-03Place caption before table in OpenDocument format. (#5869)Dmitry Pogodin3-13/+15
2019-11-02Fix metadata replacement example in lua-filters doc.John MacFarlane1-20/+20
2019-11-02RST reader: avoid spurious warning...John MacFarlane1-1/+1
2019-11-02LaTeX reader: Fixed dollar-math parsing...John MacFarlane2-9/+17
2019-11-02Add test for #5836.John MacFarlane1-0/+19
2019-11-02LaTeX untokenize: Ensure space between control sequence and following letter.John MacFarlane2-2/+15
2019-11-02Test for macro definitions in LaTeX preamble.John MacFarlane1-0/+16
2019-11-02LaTeX reader: Don't omit macro definitions defined in the preamble.John MacFarlane1-6/+7