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