aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc
AgeCommit message (Expand)AuthorFilesLines
2018-11-19LaTeX reader: cleaned up handling of dimension arguments.John MacFarlane2-6/+12
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-16HTML reader: allow tfoot before body rows.John MacFarlane1-2/+3
2018-11-15HTML reader: parse `<small>` as a Span with class "small".John MacFarlane1-0/+4
2018-11-15Asciidoc writer: Render Spans using `[#id .class]#contents#`.John MacFarlane1-3/+7
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 Krotov1-2/+2
2018-11-14Muse reader: add grid tables supportAlexander Krotov1-2/+31
2018-11-14Muse writer: indent simple tables only on the top levelAlexander Krotov1-4/+5
2018-11-14Muse writer: simplify "simpleTable"Alexander Krotov1-7/+4
2018-11-14Muse writer: remove outdated commentsAlexander Krotov1-3/+0
2018-11-13HTML reader: allow thead containing a row with td rather than th.John MacFarlane1-11/+11
2018-11-13Muse writer: output tables with one column as grid tablesAlexander Krotov1-1/+1
2018-11-12LaTeX writer: don't emit `[<+->]` unless beamer output,John MacFarlane1-2/+3
2018-11-11Exactly match GitHub's identifier generating algorithm.John MacFarlane1-2/+7
2018-11-11Text.Pandoc.Shared: add parameter to uniqueIdent, inlineListToIdentifier.John MacFarlane13-70/+81
2018-11-11Remove `ascii_identifiers` from `githubMarkdownExtensions`.John MacFarlane1-1/+0
2018-11-11Clean up toIdent in CommonMark reader.John MacFarlane1-8/+9
2018-11-11Fix CPP conditional for TH pragmaAlbert Krewinkel3-4/+4
2018-11-08Remove Functor and Applicative constraints where Monad already existsAlexander Krotov1-14/+7
2018-11-07Merge pull request #5054 from lierdakil/docx-image-bookmarksJohn MacFarlane1-26/+17
2018-11-07Texinfo writer: add blank line before `@menu` section.John MacFarlane1-1/+2
2018-11-07T.P.App: fix regression in output format heuristicsAlbert Krewinkel1-47/+5
2018-11-07T.P.App: extract submodule T.P.App.FormatHeuristicsAlbert Krewinkel2-57/+95
2018-11-07[Docx Writer] Add bookmarks to code blocksNikolay Yakimov1-2/+2
2018-11-07[Docx Writer] Add bookmarks to imagesNikolay Yakimov1-2/+2
2018-11-07[Docx Writer] Refactor common bookmark creation code into a functionNikolay Yakimov1-22/+13
2018-11-07ICML writer: fix missing type signature warningAlbert Krewinkel1-3/+4
2018-11-06Text.Pandoc.Pretty: don't render BreakingSpace at end of line...John MacFarlane1-2/+9
2018-11-06ICML writer: consolidate adjacent strings, inc. spaces.John MacFarlane1-15/+15
2018-11-06T.P.App: extract Opt into separate moduleAlbert Krewinkel4-180/+227
2018-11-05Use DERIVE_JSON_VIA_TH in Text.Pandoc.Filter.John MacFarlane1-6/+6
2018-11-06hlint Muse writerAlexander Krotov1-1/+1
2018-11-05CommonMark writer: make sure --ascii affects quotes, super/subscript.John MacFarlane1-6/+12
2018-11-05CommonMark writer: respect --ascii (#5043)quasicomputational1-1/+18
2018-11-04XML: toHtml5Entities: prefer shorter entities...John MacFarlane1-3/+10
2018-11-05Muse writer: add support for --reference-location=Alexander Krotov1-6/+44
2018-11-04Add cabal flag `derive_json_via_th`Albert Krewinkel4-12/+110
2018-11-03AsciiDoc writer: prevent illegal nestings.John MacFarlane1-1/+9
2018-11-03AsciiDoc writer: use single-line section headers.John MacFarlane1-29/+9
2018-11-03Vimwiki reader: parse Text without converting to [Char]Alexander Krotov1-4/+3
2018-11-03Creole reader: parse Text without converting to [Char]Alexander Krotov1-4/+3
2018-11-03Make readWithM accept Text input as well as String (API change)Alexander Krotov1-12/+6
2018-11-03Add Text.Pandoc.Shared.ToString typeclass (API change)Alexander Krotov1-0/+12
2018-11-03App: extract output settings into moduleAlbert Krewinkel3-204/+347