summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
AgeCommit message (Expand)Author
2023-11-19Man reader: properly handle `.sp` macro inside lists and block quotes.John MacFarlane
2023-11-17LaTeX reader: fix theorem label parsing (#9198)Hikaru Ibayashi
2023-11-15HTML reader: Fix handling of invalidly nested sublists.John MacFarlane
2023-11-13MediaWiki reader: allow attribute keys with hyphens.John MacFarlane
2023-11-06ODT reader: Support attr `text:continue-numbering` (#8998)Stephan Meijer
2023-11-05Markdown reader: make attributes work with reference links.John MacFarlane
2023-10-27Fix spacing.John MacFarlane
2023-10-26Modify JATS reader to handle BITS too (#9138)Julia Diaz
2023-10-23CommonMark reader: handle `Ext_tex_math_gfm`.John MacFarlane
2023-10-23Add helpful message on some metadata YAML errors.John MacFarlane
2023-10-22DokuWiki reader: allow autolinks to be avoided...John MacFarlane
2023-10-22DokuWiki reader: parse `<code>` and `<file>` as block-level code.John MacFarlane
2023-10-21LaTeX reader: better handle spacing commands...John MacFarlane
2023-10-20Markdown reader: fix blindspot with superscript in links.John MacFarlane
2023-10-19HTML reader: allow th to close td and vice versa.John MacFarlane
2023-10-17JATS reader: fix handling of alt-text (#9134)Julia Diaz
2023-10-16Handle empty cells correctly in creole reader. Fixes #9141Sascha Wilde
2023-10-08Fix incorrect abbreviation for astronomical unit (#9125)Michael McClurg
2023-10-03Markdown reader: Don't apply `--default-image-extension` to data URIs.John MacFarlane
2023-09-16HTML reader: parse task lists using input elements (#9066)Seth Speaks
2023-09-14Markdown reader: More accurate check that a normalCite...John MacFarlane
2023-09-06Org reader: factor out orgAnchor -> Org.Parsing.John MacFarlane
2023-09-04JATS reader: fix conversion of date to ISO 8601 format.John MacFarlane
2023-09-04JATS reader: Ignore `<processing-meta>` element (#9057)Julia Diaz
2023-08-31Fix spacing errors.John MacFarlane
2023-08-30Fix compiler warning by removing redundant definition.John MacFarlane
2023-08-30Org reader: don't parse alphabetical lists...John MacFarlane
2023-08-30JATS reader: Multilevel support for `<permissions>` metadata (#9037)Julia Diaz
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-08-28Add support for <permissions> metadataJulia Diaz
2023-08-26Org reader: allow escaping commas in macro argumentsAmneesh Singh
2023-08-26Correct name of JATS element attribJulia Diaz
2023-08-22Fix spacing errors.John MacFarlane
2023-08-18Docx reader: omit "Table NN" from caption.John MacFarlane
2023-08-18Org reader: allow example lines to end immediately after the colonBrian Leung
2023-08-14Docx reader: Avoid spurious block quotes in list items.John MacFarlane
2023-08-10Fix display of block elements in JATS reader (PR #8971)Julia Diaz
2023-08-09HTML reader: avoid duplicate id on header and div.John MacFarlane
2023-08-05HTML reader: properly calculate RowHeadColumns.John MacFarlane
2023-08-05HTML reader: require unanimity for RowHeadColumns.John MacFarlane
2023-08-05HTML reader: fix bug in calculation of RowHeadColumns.John MacFarlane
2023-08-05Revert "Update TableBody RowHeadColumns caculation: change from max to min (#...John MacFarlane
2023-07-14Docx reader: use SVG version of image if present.John MacFarlane
2023-07-10Typst reader: fix regression in recognition of display math.John MacFarlane
2023-07-06Typst reader: filter out CR in raw.John MacFarlane
2023-07-06Typst reader: handle blockish content for link element.John MacFarlane
2023-07-06Rewrite Typst reader.John MacFarlane
2023-07-06Typst reader: allow block-level content in text element.John MacFarlane