summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Markdown.hs
AgeCommit message (Expand)Author
2024-02-12Markdown writer: use different width fences for nested divs.John MacFarlane
2023-12-22Markdown writer: add table identifier at end of caption if present.John MacFarlane
2023-12-05Fine-tuning on alerts.John MacFarlane
2023-12-04Add `alerts` extension.John MacFarlane
2023-06-27Support --id-prefix for markdown output.John MacFarlane
2023-03-14Markdown writer: use implicit figures if there's a caption but no alt.Albert Krewinkel
2023-01-13Remove block constructor Null from the code base.John MacFarlane
2023-01-13Support complex figures. [API change]Albert Krewinkel
2023-01-10Update copyright years, it's 2023!Albert Krewinkel
2022-12-20Markdown writer: avoid HTML fallbacks in the generated TOC.Albert Krewinkel
2022-10-31Add explicit imports to fix compiler warnings.John MacFarlane
2022-10-31First stab at mtl 2.3 compliance.John MacFarlane
2022-10-19Text.Pandoc.Shared: remove `elemText`, `notElemText`. [API change]John MacFarlane
2022-10-16T.P.Parsing: Remove gratuitious renaming of Parsec types.John MacFarlane
2022-09-19Commonmark writer: ensure that we don't have blank lines in raw HTML.John MacFarlane
2022-04-22Markdown writer: disable soft wrapping when `hard_line_breaks` enabled.John MacFarlane
2022-04-08Commonmark/markua/gfm writers: avoid excessive indentation...John MacFarlane
2022-03-18Markdown writer: move table-related code into submodule.Albert Krewinkel
2022-02-26Markdown writer: don't produce redundant header identifier...John MacFarlane
2022-02-23Remove trailing whitespace in Writers.Markdown.Albert Krewinkel
2022-01-19Markdown writer: handle explicit column widths with pipe tables.John MacFarlane
2022-01-17Fix some haddock errors.John MacFarlane
2022-01-03Markdown writer: fix indentation issue in footnotes.John MacFarlane
2022-01-02Copyright notices: update for 2022Albert Krewinkel
2021-12-19Add a writer for Markua 0.10 (#7729)binaarinen
2021-12-05Commonmark writer: allow ')' delimiters on ordered lists.John MacFarlane
2021-11-04Allow `plain` to be used in raw attribute syntax.John MacFarlane
2021-10-27Markdown writer: Be sure to quote special values in YAML metadata.John MacFarlane
2021-10-22Use simpleFigure in Readers.Aner Lucero
2021-10-12Revert "Depend on pandoc-types 1.23, remove Null constructor on Block."John MacFarlane
2021-10-01Depend on pandoc-types 1.23, remove Null constructor on Block.John MacFarlane
2021-06-28Markdown writer: put space between Plain and following fenced Div.John MacFarlane
2021-06-21Markdown writer: Fix regression in code blocks with attributes.John MacFarlane
2021-06-12Markdown writer: allow `pipe_tables` to be disabled for commonmark...John MacFarlane
2021-06-05CommonMark writer: do not use simple class for fenced-divsJan Tojnar
2021-06-05CommonMark writer: do not throw away attributes when Ext_attributes is enabledJan Tojnar
2021-06-05Markdown writer: re-use functions from InlineJan Tojnar
2021-04-25Markdown writer: Cleaner (code)blocks with single class (#7242)Jan Tojnar
2021-04-25Add quotes properly in markdown YAML metadata fields.John MacFarlane
2021-04-05Commonmark writer: Use backslash escapes for `<` and `|`...John MacFarlane
2021-03-19Protect partial uses of maximum with NonEmpty.John MacFarlane
2021-03-02Split up T.P.Writers.Markdown...John MacFarlane
2021-02-26Fix/update URLs and use HTTP**S** where possible (#7122)Salim B
2021-01-29Markdown writer: handle math right before digit.John MacFarlane
2021-01-12Markdown writer: cleaned up raw formats.John MacFarlane
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel
2021-01-07gfm/commonmark writer: implement start number on ordered lists.John MacFarlane
2020-12-15Properly handle boolean values in writing YAML metadata.John MacFarlane
2020-12-04Markdown writer: ensure that a new csl-block begins on a new line.John MacFarlane
2020-11-14Markdown writer: default to using ATX headings.Aner Lucero