summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
AgeCommit message (Expand)Author
2024-03-22Minor comment and indentation fixes.John MacFarlane
2024-03-22Typst reader: support Typst 0.11 table features.John MacFarlane
2024-03-21Typst reader: parse cell col/rowspans.John MacFarlane
2024-03-21Typst reader: Further refactoring on the way to improved table support.John MacFarlane
2024-03-21Typst reader: refactor out parseTable.John MacFarlane
2024-03-19DocBook reader: add empty title to admonition div if not present.John MacFarlane
2024-03-17LaTeX reader: better handling of colwidths.John MacFarlane
2024-03-14Markdown reader: Fix bug with footnotes at end of fenced div.John MacFarlane
2024-03-10LaTeX reader: improve tokenization of `@`.John MacFarlane
2024-03-09LaTeX reader: Make `withRaw` work inside `parseFromToks`.John MacFarlane
2024-02-28Docx reader: ensure that table captions are counted.John MacFarlane
2024-02-28Docx reader: detect caption by style name not id.John MacFarlane
2024-02-28Docx reader: avoid emitting empty paragraph where caption was.John MacFarlane
2024-02-19Markdown reader: fix regression in link parsing...John MacFarlane
2024-02-19Org reader/writer: support admonitions.John MacFarlane
2024-02-13Add djot reader and writer.John MacFarlane
2024-02-13Markdown reader: fix wikilinks extension to allow newlines in titles.John MacFarlane
2024-02-13LaTeX reader: improve treatment of cref, Cref.John MacFarlane
2024-02-13LaTeX reader: treat `\Cref` like `\cref` (for now).John MacFarlane
2024-02-11Man reader: move spaces outside of emph/strong.John MacFarlane
2024-02-07MediaWiki reader: don't make leading blanks underscores...John MacFarlane
2024-02-07MediaWiki reader: allow lowercase `image:`.John MacFarlane
2024-02-05Typst reader: improve handling of inline `#quote`.John MacFarlane
2024-02-04Typst reader: fix handling of `dot()`, `tilde()`, `ddot()`.John MacFarlane
2024-02-04Typst reader: fix character used for `norm`.John MacFarlane
2024-01-29LaTeX reader: generate relative widths for `\linewidth`, `\textheight`.John MacFarlane
2024-01-26EPUB reader: don't put `#` characters in identifiers.John MacFarlane
2024-01-16DocBook reader: better handling of `<procedure>` and `<substeps>`.John MacFarlane
2024-01-05Typst reader: fix handling of `\overline`.John MacFarlane
2023-12-30Add command test for #9293.John MacFarlane
2023-12-30MediaWiki reader: handle multiline math in list items.John MacFarlane
2023-12-26fix(docx): support absolute header/footer pathsEdwin Török
2023-12-20Org reader: parse caption and label for grid tables.John MacFarlane
2023-12-18Docx reader: fix HYPERLINK with only switch and no argument.John MacFarlane
2023-12-11Whitespace fix.John MacFarlane
2023-12-11Typst reader: don't include metadata from document element.John MacFarlane
2023-12-10Typst reader: parse metadata from document element.John MacFarlane
2023-12-10Typst reader: add state fields for metadata.John MacFarlane
2023-12-10Typst reader: support sys.version.John MacFarlane
2023-12-09Typst reader: allow @refs to become citations...John MacFarlane
2023-12-09Typst reader: collapse adjacent cite elements.John MacFarlane
2023-12-09Typst reader: fix temporary regression in cite.John MacFarlane
2023-12-08Typst reader: change cite (only one key allowed, a label).John MacFarlane
2023-12-08Typst reader: support quote element. (typst 0.9)John MacFarlane
2023-12-06Revert "Use base64 instead of base64-bytestring."John MacFarlane
2023-12-04Add `alerts` extension.John MacFarlane
2023-11-29LaTeX reader: handle otherlanguage environment...John MacFarlane
2023-11-29Docx reader: unwrap content of shaped textboxes...Stephan Meijer
2023-11-28Docx reader: Improve handling of w:sym.John MacFarlane
2023-11-28Correct comment.John MacFarlane