aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Muse.hs
AgeCommit message (Expand)Author
2025-05-14T.P.Writers.Shared: New version of `gridTable`.John MacFarlane
2024-09-08Remove most uses of partial function 'head'.John MacFarlane
2023-01-13Remove block constructor Null from the code base.John MacFarlane
2023-01-13Support complex figures. [API change]Albert Krewinkel
2022-10-31Add explicit imports to fix compiler warnings.John MacFarlane
2022-10-31First stab at mtl 2.3 compliance.John MacFarlane
2022-10-18T.P.Shared: remove `escapeURI`, `isURI`.John MacFarlane
2022-01-17Fix some haddock errors.John MacFarlane
2021-10-12Revert "Depend on pandoc-types 1.23, remove Null constructor on Block."John MacFarlane
2021-10-01Depend on pandoc-types 1.23, remove Null constructor on Block.John MacFarlane
2021-03-19Protect partial uses of maximum with NonEmpty.John MacFarlane
2020-04-28Support new Underline element in readers and writers (#6277)Vaibhav Sagar
2020-04-15Adapt to the newest Table type, fix some previous adaptation issuesdespresc
2020-04-15Remove the onlySimpleCellBodies function from Shareddespresc
2020-04-15Implement the new Table typedespresc
2020-03-22Finer grained imports of Text.Pandoc.Class submodules (#6203)Albert Krewinkel
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel
2020-03-13Update copyright year (#6186)Albert Krewinkel
2020-02-07Apply linter suggestions. Add fix_spacing to lint target in Makefile.John MacFarlane
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc
2019-10-04hlint Muse writerAlexander Krotov
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-08-25Use new doctemplates, doclayout.John MacFarlane
2019-07-28Use doctemplates 0.3, change type of writerTemplate.John MacFarlane
2019-07-14Muse: add RTL supportAlexander Krotov
2019-05-27consolidate simple-table detection (#5524)Mauro Bieg
2019-05-25Muse writer: do not escape empty line after <br>Alexander Krotov
2019-03-01Remove license boilerplate.John MacFarlane
2019-02-18hlint MuseAlexander Krotov
2019-02-18Muse writer: escape secondary notesAlexander Krotov
2019-02-18Move a comment in Muse WriterAlexander Krotov
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel
2018-11-15Muse writer: output tables as grid tables if they have multi-line cellsAlexander 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-13Muse writer: output tables with one column as grid tablesAlexander Krotov
2018-11-11Text.Pandoc.Shared: add parameter to uniqueIdent, inlineListToIdentifier.John MacFarlane
2018-11-06hlint Muse writerAlexander Krotov
2018-11-05Muse writer: add support for --reference-location=Alexander Krotov
2018-10-25Muse writer: add support for grid tablesAlexander Krotov
2018-10-23Fix Muse writer styleAlexander Krotov
2018-10-23Muse writer: use length instead of realLength to calculate definition indenta...Alexander Krotov
2018-10-23Muse writer: do not insert newline before listsAlexander Krotov
2018-10-23Muse writer: code cleanupAlexander Krotov
2018-10-22Reduce code duplication in Muse writerAlexander Krotov
2018-10-22hlint Muse writerAlexander Krotov