summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Markdown.hs
AgeCommit message (Expand)Author
2024-03-14Markdown reader: Fix bug with footnotes at end of fenced div.John MacFarlane
2024-02-19Markdown reader: fix regression in link parsing...John MacFarlane
2024-02-13Markdown reader: fix wikilinks extension to allow newlines in titles.John MacFarlane
2023-11-05Markdown reader: make attributes work with reference links.John MacFarlane
2023-10-20Markdown reader: fix blindspot with superscript in links.John MacFarlane
2023-10-03Markdown reader: Don't apply `--default-image-extension` to data URIs.John MacFarlane
2023-09-14Markdown reader: More accurate check that a normalCite...John MacFarlane
2023-08-29Support images with wikilink syntax.John MacFarlane
2023-08-29Markdown: Allow a citation or reference link to be parsed after a `!`.John MacFarlane
2023-08-29Markdown reader: fix dropped `!` before nonexistent reference.John MacFarlane
2023-06-28Markdown reader: Further strictness annotations.John MacFarlane
2023-06-28Markdown reader: add strictness annotations.John MacFarlane
2023-05-04Markdown reader: disallow escaping of `~` and `"` in markdown_strictAlbert Krewinkel
2023-01-18Fix line lengths in Markdown reader, DocBook writerAlbert Krewinkel
2023-01-15Markdown, CommonMark: add support for wiki links. [API change]Albert Krewinkel
2023-01-13Support complex figures. [API change]Albert Krewinkel
2023-01-10Update copyright years, it's 2023!Albert Krewinkel
2022-11-19Add support for `mark` extension for highlighted text.John MacFarlane
2022-10-29T.P.Parsing.General: change `characterReference`, `charsInBalanced`.John MacFarlane
2022-10-18T.P.Shared: remove `escapeURI`, `isURI`.John MacFarlane
2022-10-18Revert "Markdown reader: avoid duplicate ids with auto_identifiers."John MacFarlane
2022-10-18Markdown reader: avoid duplicate ids with auto_identifiers.John MacFarlane
2022-10-16T.P.Parsing: Remove gratuitious renaming of Parsec types.John MacFarlane
2022-09-14Fix implicit_header_references with duplicate headings.John MacFarlane
2022-08-30Markdown: Allow table caption labels to start with lowercase t.John MacFarlane
2022-08-27Avoid thunk in markdown reader.John MacFarlane
2022-08-25Markdown reader: fenced code block shortcuts with attributes (#8174)Siphalor
2022-08-01Markdown reader: allow special span classes in any positionAlbert Krewinkel
2022-08-01Markdown reader: allow more attributes in special spansAlbert Krewinkel
2022-07-30Support rowspans and colspans in grid tables (#8202)Albert Krewinkel
2022-04-20Don't parse inline notes with blank lines inside.John MacFarlane
2022-03-31Markdown reader: add some strictness.John MacFarlane
2022-03-24[API change] Unify grid table parsing (#7971)Albert Krewinkel
2022-02-23Markdown reader: remove restriction on identifiers...John MacFarlane
2022-02-13Markdown reader: allow one-column pipe tables with pipe on right.John MacFarlane
2022-01-07Fix parsing of footnotes in `--metadata-file`.John MacFarlane
2022-01-02Copyright notices: update for 2022Albert Krewinkel
2021-12-13Markdown reader: fix parsing of "bare locators"...John MacFarlane
2021-12-07Revert "Markdown reader: Improve inlinesInBalancedBrackets."John MacFarlane
2021-11-30Markdown reader: don't allow `^` at beginning of link or image label.John MacFarlane
2021-11-23Improve detection of pipe table line widths.John MacFarlane
2021-11-02Markdown reader: Improve inlinesInBalancedBrackets.John MacFarlane
2021-10-27Switch back from HsYAML to yaml.John MacFarlane
2021-10-22Use simpleFigure in Readers.Aner Lucero
2021-10-20Markdown reader: don't parse links or bracketed spans as citations.John MacFarlane
2021-10-13Fix markdown parsing bug for math in bracketed spans and links.John MacFarlane
2021-09-17Fix linter warning.John MacFarlane
2021-09-16Fix code blocks using `--preserve-tabs`.John MacFarlane
2021-08-23Markdown reader: fix interaction of --strip-comments and listJohn MacFarlane
2021-08-16Fix bug in last commit due to removal of take1WhileP.John MacFarlane