aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-11-25Fix parsing of citations and quotes after parentheses.John MacFarlane
2018-11-24EPUB writer: handle calibre metadata.John MacFarlane
2018-11-25MediaWiki reader internals: remove unnecessary bindingAlexander Krotov
2018-11-22Hlint suggestions.John MacFarlane
2018-11-22RTF writer: fix warnings for skipped raw inlines.John MacFarlane
2018-11-22OpenDocument writer: small amendment to #5095.John MacFarlane
2018-11-22Merge pull request #5095 from pyssling/masterJohn MacFarlane
2018-11-22ODT writer: Fix list indentationNils Carlson
2018-11-21HTML writer: use plain `"` instead of `"` outside of attributes.John MacFarlane
2018-11-20Docx writer: Fix bookmarks to headers with long titles.John MacFarlane
2018-11-19Fix compiler warning.John MacFarlane
2018-11-19AsciiDoc writer: improve ordered lists.John MacFarlane
2018-11-19Lua filters: test AST object equality via HaskellAlbert Krewinkel
2018-11-19For bibliography match Div with id 'refs', not class 'references'.John MacFarlane
2018-11-19LaTeX reader: cleaned up handling of dimension arguments.John MacFarlane
2018-11-18LaTeX reader: don't allow arguments for verbatim, etc.John MacFarlane
2018-11-18LaTeX reader: Allow space before bracketed options.John MacFarlane
2018-11-18LaTeX reader: allow optional arguments after \\ in tables.John MacFarlane
2018-11-18LaTeX reader: improve parsing of `\tiny`, `scriptsize`, etc.John MacFarlane
2018-11-19FB2 reader: do not throw error for unknown elements in <body>Alexander Krotov
2018-11-17Lua Utils module: improve stringifyAlbert Krewinkel
2018-11-16HTML reader: allow tfoot before body rows.John MacFarlane
2018-11-15HTML reader: parse `<small>` as a Span with class "small".John MacFarlane
2018-11-15Asciidoc writer: Render Spans using `[#id .class]#contents#`.John MacFarlane
2018-11-15Muse writer: output tables as grid tables if they have multi-line cellsAlexander Krotov
2018-11-14Muse reader: trim whitespace before parsing grid table cellsAlexander Krotov
2018-11-14Muse reader: add grid tables supportAlexander Krotov
2018-11-14Muse writer: indent simple tables only on the top levelAlexander Krotov
2018-11-14Muse writer: simplify "simpleTable"Alexander Krotov
2018-11-14Muse writer: remove outdated commentsAlexander Krotov
2018-11-13HTML reader: allow thead containing a row with td rather than th.John MacFarlane
2018-11-13Muse writer: output tables with one column as grid tablesAlexander Krotov
2018-11-12LaTeX writer: don't emit `[<+->]` unless beamer output,John MacFarlane
2018-11-11Exactly match GitHub's identifier generating algorithm.John MacFarlane
2018-11-11Text.Pandoc.Shared: add parameter to uniqueIdent, inlineListToIdentifier.John MacFarlane
2018-11-11Remove `ascii_identifiers` from `githubMarkdownExtensions`.John MacFarlane
2018-11-11Clean up toIdent in CommonMark reader.John MacFarlane
2018-11-11Fix CPP conditional for TH pragmaAlbert Krewinkel
2018-11-08Remove Functor and Applicative constraints where Monad already existsAlexander Krotov
2018-11-07Merge pull request #5054 from lierdakil/docx-image-bookmarksJohn MacFarlane
2018-11-07Texinfo writer: add blank line before `@menu` section.John MacFarlane
2018-11-07T.P.App: fix regression in output format heuristicsAlbert Krewinkel
2018-11-07T.P.App: extract submodule T.P.App.FormatHeuristicsAlbert Krewinkel
2018-11-07[Docx Writer] Add bookmarks to code blocksNikolay Yakimov
2018-11-07[Docx Writer] Add bookmarks to imagesNikolay Yakimov
2018-11-07[Docx Writer] Refactor common bookmark creation code into a functionNikolay Yakimov
2018-11-07ICML writer: fix missing type signature warningAlbert Krewinkel
2018-11-06Text.Pandoc.Pretty: don't render BreakingSpace at end of line...John MacFarlane
2018-11-06ICML writer: consolidate adjacent strings, inc. spaces.John MacFarlane
2018-11-06T.P.App: extract Opt into separate moduleAlbert Krewinkel