aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Markdown.hs
AgeCommit message (Expand)Author
2025-07-27Markdown writer: use fenced divs even with empty attributes.Carlos Scheidegger
2025-07-22Markdown writer: match indents in definition itemsAlbert Krewinkel
2025-06-20Markdown writer: better handling of pandoc-generated code blocks.John MacFarlane
2025-06-02Markdown reader: make definition lists behave like other lists.John MacFarlane
2025-05-26Markdown writer: preserve figure attributesNikolay Yakimov
2025-05-14T.P.Writers.Shared: New version of `gridTable`.John MacFarlane
2025-04-28Plain writer: Support the four_space_rule extension. (#10813)Manolis Stamatogiannakis
2025-04-05Markdown writer: improve use of implicit figures when possible.John MacFarlane
2025-04-04Markdown writer: render a figure with Para caption as implicit figure.John MacFarlane
2025-02-12Markdown writer: omit extra space after bullets.John MacFarlane
2024-12-22Markdown writer: avoid collapsing of initial/final newline in...John MacFarlane
2024-11-23Markdown writer: issue INFO warning when not rendering table...John MacFarlane
2024-11-11Respect empty LineBlock lines in plain writerEvan Silberman
2024-08-29Markdown writer: avoid emitting markdown caption if...John MacFarlane
2024-06-23Markdown writer: fix bug with block quotes in lists.John MacFarlane
2024-06-12Markdown writer: don't print extra caption when using `implicit_figures`.John MacFarlane
2024-05-27Markdown writer: ensure blank line after HTML blocks...John MacFarlane
2024-04-25Update copyright dates to 2024.John MacFarlane
2024-04-23Markdown writer: don't use `raw_attribute` syntax for raw...John MacFarlane
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