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