summaryrefslogtreecommitdiff
path: root/src/Text
AgeCommit message (Expand)Author
2019-10-09--defaults: add .yaml extension if absent, look in user data dir...John MacFarlane
2019-10-09T.P.App.Opt: rename optReader, optWriter as optFrom, optTo.John MacFarlane
2019-10-09Make sure that input-files works in --default files.John MacFarlane
2019-10-09RST writer: proper handling of :align: on figures, images.John MacFarlane
2019-10-09Basic changes for MathJax 3.zorkow
2019-10-09Initial implementation of --defaults option.John MacFarlane
2019-10-09T.P.App.Opt: Changed optMetadata to Meta, to allow structured values.John MacFarlane
2019-10-09Change optVariables from [(String, String)] to Context Text.John MacFarlane
2019-10-09Options.WriterOptions: Change type of writerVariables to Context Text.John MacFarlane
2019-10-08Use th to derive json instance for LineEnding.John MacFarlane
2019-10-07Text.Pandoc.Options: change To/FromJSON instances for...John MacFarlane
2019-10-07Shored.camelCaseToHyphenated: handle ABCDef = abc-def.John MacFarlane
2019-10-07Remove derive_json_via_th flag; always use TH.John MacFarlane
2019-10-07Remove redundant import.John MacFarlane
2019-10-07Use typeMismatch.John MacFarlane
2019-10-06T.P.App.Opt: custom FromJSON instance for LineEnding.John MacFarlane
2019-10-06Opt: Change optHighlightStyle to a Maybe String instead of Maybe Style.John MacFarlane
2019-10-06Code cleanupJohn MacFarlane
2019-10-06Text.Pandoc.App.Opt: Remove optBaseHeaderLevel from Opt.John MacFarlane
2019-10-06Text.Pandoc.App.Opt: Change optShiftHeadingLevel to optShiftHeadingLevelBy...John MacFarlane
2019-10-06Text.Pandoc.App.Opt: more convenient To/FromJSON instances.John MacFarlane
2019-10-04hlint Muse writerAlexander Krotov
2019-10-04hlint FB2 readerAlexander Krotov
2019-10-04Fix all hlint warnings in Muse readerAlexander Krotov
2019-10-04Fix compiler warnings on ghc 8.8.John MacFarlane
2019-10-03Minor ghc 8.8 fixups.John MacFarlane
2019-10-03Add additional listings languages.Wandmalfarbe
2019-09-29RST reader: don't strip final underscore from absolute URI.John MacFarlane
2019-09-29Raise error on unsupported extensions. Closes #4338.John MacFarlane
2019-09-28More throwError in place of fail.John MacFarlane
2019-09-28Replace some more fails with throwErrors.John MacFarlane
2019-09-28Use throwError instead of fail when appropriate.John MacFarlane
2019-09-28Use Prelude.fail to avoid ambiguity with fail from GHC.Base.John MacFarlane
2019-09-27LogMessage: change UnknownExtension -> CouldNotDeduceFormatJohn MacFarlane
2019-09-24odt: Add external option for native numberingNils Carlson
2019-09-24LaTeX reader: Add 'tikzcd' to list of special environments.Eigil Rischel
2019-09-23Man writer: suppress non-absolute link URLs.John MacFarlane
2019-09-22RST reader: Fixed parsing of indented blocks.John MacFarlane
2019-09-22[Docx Writer] Re-use Readers.Docx.Parse for StyleMap (#5766)Nikolay Yakimov
2019-09-22Make `plain` output plainer.John MacFarlane
2019-09-22Use HsYAML-0.2.0.0John MacFarlane
2019-09-21[Docx Writer] Consistently use style names, not style idsNikolay Yakimov
2019-09-21[Docx Writer] Code clean-upNikolay Yakimov
2019-09-21[Docx Reader] Use style names, not ids, for assigning semantic meaningNikolay Yakimov
2019-09-21[Docx Reader] Code clean-upNikolay Yakimov
2019-09-20Changes to Slides to be more flexible with Div structure.John MacFarlane
2019-09-20Preserve built-in styles in DOCX with custom style (#5670)Ben Steinberg
2019-09-20Bug fixes to EPUB chapter splitting.John MacFarlane
2019-09-19MediaWiki: skip optional {{table}} template.John MacFarlane
2019-09-19Clarify warning for missing title.John MacFarlane