aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Ms.hs
AgeCommit message (Expand)AuthorFilesLines
2021-12-06Ms writer: properly encode strings for PDF contents.John MacFarlane1-2/+19
2021-10-12Revert "Depend on pandoc-types 1.23, remove Null constructor on Block."John MacFarlane1-0/+1
2021-10-11T.P.Writers.Shared: Export splitSentences as a Doc Text transform.John MacFarlane1-3/+4
2021-10-11Remove splitSentences from T.P.Shared [API change].John MacFarlane1-3/+2
2021-10-01Depend on pandoc-types 1.23, remove Null constructor on Block.John MacFarlane1-1/+0
2021-05-20Ms writer: handle tables with multiple paragraphs.John MacFarlane1-6/+22
2021-03-19Protect partial uses of maximum with NonEmpty.John MacFarlane1-2/+2
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel1-1/+1
2020-12-30Ms writer: don't justify inside table cells.John MacFarlane1-1/+3
2020-11-07Lint code in PRs and when committing to master (#6790)Albert Krewinkel1-2/+2
2020-09-21Add built-in citation support using new citeproc library.John MacFarlane1-5/+59
2020-09-13Fix hlint suggestions, update hlint.yaml (#6680)Christian Despres1-4/+2
2020-07-12Merge pull request #6513 from brisad/masterJohn MacFarlane1-1/+3
2020-07-12Ms writer: fix code highlighting with blank lines.John MacFarlane1-5/+5
2020-07-08Escape starting periods in ms writer code blocksMichael Hoffmann1-1/+3
2020-04-28Support new Underline element in readers and writers (#6277)Vaibhav Sagar1-0/+2
2020-04-15Adapt to the newest Table type, fix some previous adaptation issuesdespresc1-1/+1
2020-04-15Implement the new Table typedespresc1-2/+3
2020-03-22Finer grained imports of Text.Pandoc.Class submodules (#6203)Albert Krewinkel1-1/+1
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel1-2/+0
2020-03-13Update copyright year (#6186)Albert Krewinkel1-1/+1
2020-03-07Ms writer: fix definition lists so indent even when...John MacFarlane1-3/+4
2020-03-06Ms writer: use .QS/.QE instead of .RS/.RE for block quotes.John MacFarlane1-1/+1
2020-02-03Swap suboptimal uses of maybe and fromMaybe (#6111)Joseph C. Sible1-3/+3
2019-11-16Ms writer: boldface definition terms in DefinitionLists.John MacFarlane1-1/+2
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc1-125/+128
2019-08-25Use new doctemplates, doclayout.John MacFarlane1-29/+26
2019-07-28Use doctemplates 0.3, change type of writerTemplate.John MacFarlane1-3/+4
2019-07-16Ms writer: Use .LP instead of .PP for line block.John MacFarlane1-1/+1
2019-03-01Remove license boilerplate.John MacFarlane1-18/+0
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel1-2/+2
2019-01-24Ms writer: ensure we have a newline after .EN in disply math.John MacFarlane1-1/+1
2018-11-01Change 'groff' -> 'roff'.John MacFarlane1-4/+4
2018-10-26Rename Groff -> Roff.John MacFarlane1-1/+1
2018-10-24Ms writer - removed old escapeBar.John MacFarlane1-8/+2
2018-10-23Groff writer character escaping changes.John MacFarlane1-15/+15
2018-10-22T.P.Writers.Groff - don't export escapeChar.John MacFarlane1-1/+1
2018-10-18Groff escaping changes.John MacFarlane1-24/+28
2018-10-17Move common groff functions to Text.Pandoc.Writers.GroffJohn MacFarlane1-85/+3
2018-10-02Removed Text.Pandoc.Groff.John MacFarlane1-1/+0
2018-10-01Shared: new export `splitSentences` [API change].John MacFarlane1-26/+0
2018-09-30Implement `--ascii` (`writerPreferAscii`) in writers, not App.John MacFarlane1-1/+3
2018-09-04hlint some writersAlexander Krotov1-1/+1
2018-04-15Ms writer: font improvements.John MacFarlane1-3/+14
2018-04-14Ms writer link improvements.John MacFarlane1-5/+13
2018-04-14Man writer: Don't escape U+2019 as '.John MacFarlane1-1/+0
2018-03-18Ms writer: don't escape hyphens.John MacFarlane1-1/+0
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane1-0/+2
2018-03-09Ms writer: asciify pdf anchors, since unicode anchors don't work.John MacFarlane1-4/+11
2018-01-05Update copyright notices to include 2018Albert Krewinkel1-2/+2