aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Markdown.hs
AgeCommit message (Expand)AuthorFilesLines
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel1-1/+1
2021-01-07gfm/commonmark writer: implement start number on ordered lists.John MacFarlane1-1/+4
2020-12-15Properly handle boolean values in writing YAML metadata.John MacFarlane1-0/+2
2020-12-04Markdown writer: ensure that a new csl-block begins on a new line.John MacFarlane1-1/+6
2020-11-14Markdown writer: default to using ATX headings.Aner Lucero1-1/+6
2020-10-23Commonmark writer: fix regression with fenced divs.John MacFarlane1-1/+3
2020-10-12Markdown writer: Fix autolinks rendering for gfm.John MacFarlane1-24/+23
2020-10-08Be less aggressive about using quotes for YAML values.John MacFarlane1-4/+11
2020-10-07Use double quotes for YAML metadata.John MacFarlane1-2/+2
2020-09-21Sort YAML metadata keys in Markdown output case-insensitive.John MacFarlane1-2/+2
2020-09-13Fix hlint suggestions, update hlint.yaml (#6680)Christian Despres1-52/+49
2020-08-09Remove `fenced_code_blocks` and `backtick_code_blocks` from...John MacFarlane1-6/+12
2020-07-23Markdown writer: use numerical labels for refs...John MacFarlane1-5/+9
2020-07-23Add `raw_markdown` extension affecting `ipynb` reader.John MacFarlane1-2/+2
2020-07-19Markdown writer: move asciify out of escapeString.John MacFarlane1-9/+9
2020-07-19Remove use of cmark-gfm for commonmark/gfm rendering.John MacFarlane1-80/+95
2020-07-19Markdown writer: use unicode super/subscript characters...John MacFarlane1-18/+44
2020-07-19Markdown writer: render caption as following paragraph...John MacFarlane1-2/+5
2020-04-28Support new Underline element in readers and writers (#6277)Vaibhav Sagar1-0/+15
2020-04-17Markdown writer: avoid unnecessary escapes before intraword `_`John MacFarlane1-1/+6
2020-04-15Adapt to the newest Table type, fix some previous adaptation issuesdespresc1-1/+1
2020-04-15Remove the onlySimpleCellBodies function from Shareddespresc1-1/+1
2020-04-15Implement the new Table typedespresc1-2/+3
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