aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Markdown.hs
AgeCommit message (Expand)AuthorFilesLines
2020-03-31Markdown writer: ensure consistent padding for pipe tables.John MacFarlane1-2/+2
2020-03-29Clean up some fmaps (#6226)Joseph C. Sible1-2/+2
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-10Fix spurious dots in markdown_mmd metadata outputJohn MacFarlane1-1/+1
2020-02-07Resolve HLint warningsAlbert Krewinkel1-8/+8
2020-02-07Various minor cleanups and refactoring (#6117)Joseph C. Sible1-11/+10
2020-02-03Swap suboptimal uses of maybe and fromMaybe (#6111)Joseph C. Sible1-3/+3
2019-12-17Improved --toc generation.John MacFarlane1-2/+1
2019-11-19Improve markdown escaping in list items.John MacFarlane1-27/+25
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc1-201/+200
2019-10-29Changes to build with new doctemplates/doclayout.John MacFarlane1-4/+4
2019-10-11Markdown writer: prefer pipe_tables to raw html...John MacFarlane1-3/+3
2019-09-22Make `plain` output plainer.John MacFarlane1-5/+16
2019-08-25Use new doctemplates, doclayout.John MacFarlane1-108/+120
2019-08-23Ensure proper nesting when we have long ordered list markers.John MacFarlane1-2/+5
2019-07-30Markdown writer: Don't assume Doc has Eq instance.John MacFarlane1-11/+13
2019-07-28Use doctemplates 0.3, change type of writerTemplate.John MacFarlane1-4/+5
2019-07-18Markdown writer: prefer using raw_attribute when enabled.John MacFarlane1-2/+2
2019-06-03Avoid unwanted interpretation of def list term as other kind of block,John MacFarlane1-4/+4
2019-05-27consolidate simple-table detection (#5524)Mauro Bieg1-9/+1
2019-05-22Markdown writer: Ensure the code fence is long enough.John MacFarlane1-11/+10
2019-05-21Markdown writer: fix small error in ed73bd28Jesse Rosenthal1-4/+3
2019-05-21Markdown writer: Handle labels with integer namesJesse Rosenthal1-3/+20
2019-03-28Markdown writer: better rendering of numbers.John MacFarlane1-1/+4
2019-03-28Markdown writer: proper rendering of empty map in YAML metadata.John MacFarlane1-1/+3
2019-03-17Properly escape attributes in Markdown writer.John MacFarlane1-4/+9
2019-03-09Markdown writer: improve handling of raw blocks/inline.John MacFarlane1-34/+55
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-02-01Markdown writer: use markdown="1" when appropriate for Divs.John MacFarlane1-0/+6
2019-01-10Make 'plain' RawBlocks work for 'plain' output.John MacFarlane1-0/+5
2019-01-04Implement --toc in commonmark/gfm writers.John MacFarlane1-1/+1
2019-01-04T.P.Writers.Shared - add toTableOfContents (API change).John MacFarlane1-21/+2
2019-01-02Implement task lists (#5139)Mauro Bieg1-2/+4
2018-12-03Markdown writer: include needed whitespace after HTML figure.John MacFarlane1-1/+1
2018-11-19For bibliography match Div with id 'refs', not class 'references'.John MacFarlane1-2/+2
2018-11-11Text.Pandoc.Shared: add parameter to uniqueIdent, inlineListToIdentifier.John MacFarlane1-1/+1
2018-11-01Implement --ascii for Markdown writer.John MacFarlane1-23/+35
2018-10-14Markdown writer: ensure blank between raw block and normal content.John MacFarlane1-0/+7
2018-10-05CommonMark writer: add plain text fallbacks. (#4531)quasicomputational1-28/+1
2018-08-19Markdown writer: escape `~` if strikeout extension enabled.John MacFarlane1-1/+2
2018-07-15Make markdown and github writers respect the `emoji` extension.John MacFarlane1-0/+5
2018-06-29Use HsYAML instead of yaml for translations, YAML metadata.John MacFarlane1-1/+1
2018-05-30Markdown writer: preserve `implicit_figures` with attributes...John MacFarlane1-5/+11
2018-04-21Markdown reader/writer: spacing adjustments in tables.John MacFarlane1-1/+4
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane1-0/+2
2018-02-16Markdown writer: properly escape @ to avoid capture as citation.John MacFarlane1-1/+7
2018-01-16Markdown writer: fix cell width calculation.John MacFarlane1-1/+1