aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Markdown.hs
AgeCommit message (Expand)AuthorFilesLines
2021-12-19Add a writer for Markua 0.10 (#7729)binaarinen1-24/+78
2021-12-05Commonmark writer: allow ')' delimiters on ordered lists.John MacFarlane1-1/+6
2021-11-04Allow `plain` to be used in raw attribute syntax.John MacFarlane1-1/+2
2021-10-27Markdown writer: Be sure to quote special values in YAML metadata.John MacFarlane1-3/+13
2021-10-22Use simpleFigure in Readers.Aner Lucero1-4/+2
2021-10-12Revert "Depend on pandoc-types 1.23, remove Null constructor on Block."John MacFarlane1-1/+2
2021-10-01Depend on pandoc-types 1.23, remove Null constructor on Block.John MacFarlane1-2/+1
2021-06-28Markdown writer: put space between Plain and following fenced Div.John MacFarlane1-0/+3
2021-06-21Markdown writer: Fix regression in code blocks with attributes.John MacFarlane1-3/+3
2021-06-12Markdown writer: allow `pipe_tables` to be disabled for commonmark...John MacFarlane1-1/+0
2021-06-05CommonMark writer: do not use simple class for fenced-divsJan Tojnar1-3/+6
2021-06-05CommonMark writer: do not throw away attributes when Ext_attributes is enabledJan Tojnar1-3/+5
2021-06-05Markdown writer: re-use functions from InlineJan Tojnar1-28/+1
2021-04-25Markdown writer: Cleaner (code)blocks with single class (#7242)Jan Tojnar1-2/+8
2021-04-25Add quotes properly in markdown YAML metadata fields.John MacFarlane1-6/+5
2021-04-05Commonmark writer: Use backslash escapes for `<` and `|`...John MacFarlane1-1/+11
2021-03-19Protect partial uses of maximum with NonEmpty.John MacFarlane1-17/+20
2021-03-02Split up T.P.Writers.Markdown...John MacFarlane1-591/+6
2021-02-26Fix/update URLs and use HTTP**S** where possible (#7122)Salim B1-1/+1
2021-01-29Markdown writer: handle math right before digit.John MacFarlane1-1/+5
2021-01-12Markdown writer: cleaned up raw formats.John MacFarlane1-34/+35
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