aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/CommonMark.hs
AgeCommit message (Expand)AuthorFilesLines
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
2017-01-25Provide explicit separate functions for HTML 4 and 5.John MacFarlane1-2/+2
2017-01-25Revert "Added page breaks into Pandoc."John MacFarlane1-1/+0
2017-01-25Deleted whitespace at end of source lines.John MacFarlane1-1/+1
2017-01-25Convert all writers to use PandocMonad.Jesse Rosenthal1-62/+72
2017-01-25Adds support for pagebreaks (when it makes sense)Hubert Plociniczak1-0/+1
2016-11-30Options: Removed writerStandalone, made writerTemplate a Maybe.John MacFarlane1-3/+3
2016-10-13Add support for the LineBlock element to writersAlbert Krewinkel1-1/+2
2015-12-29Use cmark 0.5.John MacFarlane1-17/+17
2015-12-11Implemented SoftBreak and new `--wrap` option.John MacFarlane1-2/+3
2015-08-07Updated readers, writers and README for link attributemb211-1/+1
2015-08-07Updated readers and writers for new image attribute parameter.John MacFarlane1-1/+1
2015-07-14Updated to use cmark >= 0.4.John MacFarlane1-4/+4
2015-07-08Correct superscript/subscript.Andrew Dunning1-3/+3
2015-03-29Added CommonMark writer.John MacFarlane1-0/+178