aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Markdown.hs
AgeCommit message (Expand)Author
2025-12-12Fix imports to avoid warning about foldl'.John MacFarlane
2025-11-03Markdown reader: fix performance issue in links with `'`.John MacFarlane
2025-10-02Markdown tables: implement `table_attributes` extension.John MacFarlane
2025-09-16Markdown reader: Improve superscript/subscript/inline note parsing.John MacFarlane
2025-09-16Markdown reader: refactor out litBetween.John MacFarlane
2025-09-12Markdown reader: Fix simple table alignment (#11136)TuongNM
2025-09-02RST Reader: Support multiple header rows (#11057)TuongNM
2025-09-02Change `latex-pos` to `latex-placement`.John MacFarlane
2025-09-01LaTeX writer: control figure placement with attribute (#11094)Sean Soon
2025-08-26Markdown reader: don't confuse a span after...John 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