aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/CommonMark.hs
AgeCommit message (Expand)AuthorFilesLines
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel1-1/+1
2020-09-13Fix hlint suggestions, update hlint.yaml (#6680)Christian Despres1-2/+0
2020-07-19Remove use of cmark-gfm for commonmark/gfm rendering.John MacFarlane1-349/+1
2020-04-28Support new Underline element in readers and writers (#6277)Vaibhav Sagar1-0/+5
2020-04-15Adapt to the newest Table type, fix some previous adaptation issuesdespresc1-2/+2
2020-04-15Remove the onlySimpleCellBodies function from Shareddespresc1-1/+1
2020-04-15Implement the new Table typedespresc1-66/+67
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-02-07Apply linter suggestions. Add fix_spacing to lint target in Makefile.John MacFarlane1-10/+6
2020-02-07Resolve HLint warningsAlbert Krewinkel1-2/+2
2019-12-17Improved --toc generation.John MacFarlane1-5/+3
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc1-29/+30
2019-10-29Changes to build with new doctemplates/doclayout.John MacFarlane1-3/+4
2019-08-25Use new doctemplates, doclayout.John MacFarlane1-3/+3
2019-07-28Use doctemplates 0.3, change type of writerTemplate.John MacFarlane1-4/+5
2019-05-27consolidate simple-table detection (#5524)Mauro Bieg1-14/+4
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-04Implement --toc in commonmark/gfm writers.John MacFarlane1-2/+13
2019-01-02Implement task lists (#5139)Mauro Bieg1-9/+16
2019-01-02Commonmark writer: fix handling of SoftBreak with `hard_line_breaks`.John MacFarlane1-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-10-05CommonMark writer: add plain text fallbacks. (#4531)quasicomputational1-10/+42
2018-07-15Make markdown and github writers respect the `emoji` extension.John MacFarlane1-0/+5
2018-04-05CommonMark writer: correctly ignore LaTeX raw blocks when not raw_tex (#4533)quasicomputational1-1/+1
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane1-0/+2
2018-03-16Monoid/Semiground cleanup relying on custom Prelude.John MacFarlane1-1/+1
2018-01-05Update copyright notices to include 2018Albert Krewinkel1-2/+2
2017-12-03commonmark/gfm writer: use raw html for native divs/spans.John MacFarlane1-4/+14
2017-12-03commonmark/gfm writer: implement `raw_html` and `raw_tex` extensions.John MacFarlane1-6/+12
2017-11-28Support `--webtex` for `gfm` output.John MacFarlane1-6/+16
2017-11-04Fix strikethrough in gfm writer.John MacFarlane1-1/+1
2017-10-29More hlint.John MacFarlane1-6/+6
2017-10-27Automatic reformating by stylish-haskell.John MacFarlane1-3/+3
2017-10-26update years in copyrightKolen Cheung1-2/+2
2017-10-13CommonMark writer: omit "fig:" prefix in image titles.John MacFarlane1-0/+3
2017-08-13CommonMark writer: prefer pipe tables to HTML tables...John MacFarlane1-3/+2
2017-08-08CommonMark writer: avoid excess blank lines at end of output.John MacFarlane1-1/+1
2017-08-08CommonMark writer: support `hard_line_breaks`, `smart`.John MacFarlane1-8/+15
2017-08-08CommonMark writer: Support pipe tables.John MacFarlane1-16/+75
2017-08-08CommonMark writer: support table, strikethrough extensions...John MacFarlane1-59/+90
2017-08-07Remove GFM modules; use CMarkGFM for both gfm and commonmark.John MacFarlane1-1/+1
2017-06-20Writers: adjusted for renderTemplate' changes.John MacFarlane1-3/+3
2017-06-17Use Control.Monad.State.Strict throughout.John MacFarlane1-1/+1
2017-06-11Switched Writer types to use Text.John MacFarlane1-7/+6
2017-03-04Use smallcaps class for SmallCaps in CommonMark writer.John MacFarlane1-1/+1
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane1-8/+8