aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Markdown.hs
AgeCommit message (Expand)Author
2025-07-31Extract citationSuffix, citationPrefix.cite-prefixJohn MacFarlane
2025-06-02Markdown reader: make definition lists behave like other lists.John MacFarlane
2025-03-14Markdown reader: remove some misguided list fanciness.John MacFarlane
2025-03-07Markdown reader: fixed `escapedChar'` parser.John MacFarlane
2025-02-14Markdown reader: allow line break between URL and title of link.John MacFarlane
2025-02-07Track wikilinks with a class instead of a titleEvan Silberman
2025-01-31Markdown reader: Simplify and fix normal citation parsing.John MacFarlane
2024-12-19T.P.URI: pBase64DataURI now returns mime + bytesJohn MacFarlane
2024-12-18Further improvements to base64 data URI parsing.John MacFarlane
2024-12-18Markdown reader: Adjust source position in data: URI parser.John MacFarlane
2024-12-18Markdown reader: more efficient base64 data URI parsing.John MacFarlane
2024-09-02Replace some 'tail' with safe 'drop 1'.John MacFarlane
2024-05-18Allow author-only textual citations.John MacFarlane
2024-05-02Markdown reader: fix `normalCite` so it doesn't consume...John MacFarlane
2024-05-02Markdown reader: generalize `inlinesInBalancedBrackets`...John MacFarlane
2024-04-25Update copyright dates to 2024.John MacFarlane
2024-04-10Markdown reader: auto-close unclosed divs.John MacFarlane
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