summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-11-15RST writer: Improve spacing for tables with no width information.John MacFarlane
2019-11-15LaTeX Reader: Add KOMA-Script metadata commands (#5910)Andrew Dunning
2019-11-14Default files: Allow leaving input-files blank again.John MacFarlane
2019-11-14Change optInputFiles to a `Maybe [FilePath]`.John MacFarlane
2019-11-14Writers.Shared: Clean up code for adding metadata to variables.John MacFarlane
2019-11-14Markdown reader: use take1WhileP for table row.John MacFarlane
2019-11-14Markdown reader: Use take1WhileP for str.John MacFarlane
2019-11-14Parsing: Rename takeWhileP -> take1WhileP and clean it up.John MacFarlane
2019-11-14Allow combining `-Vheader-includes` and `--include-in-header`.John MacFarlane
2019-11-14Fix regression preventing header-includes from being set using -V.John MacFarlane
2019-11-14RST writer: fix backslash escaping after stringsAlbert Krewinkel
2019-11-13Fix regression introduced by last commit.John MacFarlane
2019-11-13Markdown reader: don't parse footnote body unless extension enabled.John MacFarlane
2019-11-13Default files: combine with prior values when appropriate.John MacFarlane
2019-11-13Use `atx-headers` rather than `setext-headers` in defaults file...John MacFarlane
2019-11-13Ensure there's a blank line before RST tables.John MacFarlane
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc
2019-11-11Fix typos (#5896)Brian Wignall
2019-11-11Markdown reader: fix small super/subscript issue.John MacFarlane
2019-11-11Change the implementation of `htmlSpanLikeElements` and implement `<dfn>` (#5...Florian Beeres
2019-11-07DocBook reader: Fix bug with entities in mathphrase element.John MacFarlane
2019-11-07Fix list fields in Opt so they aren't reversed.John MacFarlane
2019-11-07Change merge behavior for metadata.John MacFarlane
2019-11-06Add and apply filters in order (not reversed).John MacFarlane
2019-11-06Allow singular input-file in defaults file.John MacFarlane
2019-11-04Removed an unnecessary unpack.John MacFarlane
2019-11-04HTML Reader/Writer - Add support for <var> and <samp> (#5861)Amogh Rathore
2019-11-03PDF: don't assume tex log file is UTF8-encoded.John MacFarlane
2019-11-03Docx reader: Only use LTR when it is overriding BiDi settingJesse Rosenthal
2019-11-03EPUB writer: ensure that `lang` variable is set on all chapters.John MacFarlane
2019-11-03Docx reader: fix list number resumption for sublists. Closes #4324.John MacFarlane
2019-11-03Allow pdf output to stdout.John MacFarlane
2019-11-03Place caption before table in OpenDocument format. (#5869)Dmitry Pogodin
2019-11-02RST reader: avoid spurious warning...John MacFarlane
2019-11-02LaTeX reader: Fixed dollar-math parsing...John MacFarlane
2019-11-02LaTeX untokenize: Ensure space between control sequence and following letter.John MacFarlane
2019-11-02LaTeX reader: Don't omit macro definitions defined in the preamble.John MacFarlane
2019-11-02LaTeX reader: parse macro defs as raw latex...John MacFarlane
2019-11-02LaTeX reader: fixed a hang/memory leak in certain circumstances.John MacFarlane
2019-11-02Move extension-adding to applyDefaultsJohn MacFarlane
2019-11-01Revert "ALlow multiple comma-separated files for `--defaults`."John MacFarlane
2019-11-01ALlow multiple comma-separated files for `--defaults`.John MacFarlane
2019-11-01Factor out applyDefaults in T.P.A.CommandLineOptions.John MacFarlane
2019-11-01`--defaults` improvements.John MacFarlane
2019-10-31Jira writer: remove extraneous newline after single-line block quotesAlbert Krewinkel
2019-10-30docbook reader: fix nesting of chapters and sections (#5864)Florian Klink
2019-10-29T.P.W.Shared: Changed gridTables so it does better at...John MacFarlane
2019-10-29Changes to build with new doctemplates/doclayout.John MacFarlane
2019-10-29Shared.makeSections: better behavior in some corner cases.John MacFarlane
2019-10-28Shared: improve isTight.John MacFarlane