summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Typst/Math.hs
AgeCommit message (Collapse)Author
2024-02-04Typst reader: fix handling of `dot()`, `tilde()`, `ddot()`.John MacFarlane
See jgm/typst-hs#38.
2024-02-04Typst reader: fix character used for `norm`.John MacFarlane
See jgm/typst-hs#38.
2024-01-05Typst reader: fix handling of `\overline`.John MacFarlane
Due to a typo, it was being incorrectly rendered as an `\underset`. Closes #9294.
2023-07-01Typst writer: some math improvements.John MacFarlane
2023-06-30Typst reader: improve info message for skipped elements.John MacFarlane
2023-06-06Add typst reader.John MacFarlane
New module Text.Pandoc.Readers.Typst [API change].