aboutsummaryrefslogtreecommitdiff
path: root/src/Text
AgeCommit message (Expand)Author
2023-07-11SelfContained: Tweak identifier generation for svgs...John MacFarlane
2023-07-11SelfContained: Use inline svg instead of data uris...John MacFarlane
2023-07-10Typst reader: fix regression in recognition of display math.John MacFarlane
2023-07-09Docx writer: Copy "mirror margins" property from reference.docx.John MacFarlane
2023-07-07Fix babel name for fa (should be "persian"). Closes #8944.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
2023-07-05MediaWiki reader: revise treatment of "link trail."John MacFarlane
2023-07-05Use latest dev typst-hs.John MacFarlane
2023-07-05Typst reader: handle style, align, place in inline contexts too.John MacFarlane
2023-07-05Make modern AsciiDoc the target for `asciidoc`.John MacFarlane
2023-07-04Typst writer: support `unlisted` class in headings.John MacFarlane
2023-07-03Get things working with latest dev version of typst.John MacFarlane
2023-07-02Update line-through for asciidoc writer to custom inline style (#8934)Kevin Broch
2023-07-01Typst writer: some math improvements.John MacFarlane
2023-07-01Docx writer: make relative widths work in tables.John MacFarlane
2023-06-30Typst reader: improve info message for skipped elements.John MacFarlane
2023-06-30Fix typst reader for new typst-hs version.John MacFarlane
2023-06-30Typst writer: improve handling of autolinks.John MacFarlane
2023-06-28Markdown reader: Further strictness annotations.John MacFarlane
2023-06-28Markdown reader: add strictness annotations.John MacFarlane
2023-06-28LaTeX writer: Prevent babel language from being imported twice.John MacFarlane
2023-06-28DokuWiki writer: fix lists with Div elements.John MacFarlane
2023-06-28Allow all boolean flags to take an optional 'true' or 'false' valueSam S. Almahri
2023-06-27Support --id-prefix for markdown output.John MacFarlane
2023-06-27Removed unused import.John MacFarlane
2023-06-27PandocMonad: Use toTextM in `readFileFromDirs`.John MacFarlane
2023-06-27Fix toTextM for Windows.John MacFarlane
2023-06-27Use toTextM instead of toText when possible.John MacFarlane
2023-06-27Text.Pandoc.Class: add `toTextM`.John MacFarlane
2023-06-26Require commonmark >= 0.2.3 and fix import warning.John MacFarlane
2023-06-24Fix spacing issues.John MacFarlane
2023-06-24Make `--number-sections` work with JATS writer.John MacFarlane
2023-06-24Update TableBody RowHeadColumns caculation: change from max to min (#8634)Ruqi
2023-06-23More fixes to 5e381e3.John MacFarlane
2023-06-23Fix bug in 5e381e3878b5da87ee7542f7e51c3c1a7fd84b89John MacFarlane
2023-06-22Retain image query parameters in dokuwiki reader (#8887)ech0
2023-06-22Textile reader: Add support for link references (#8706)Stephen Altamirano
2023-06-22Logging: add new log message type `ScriptingWarning` [API change]Albert Krewinkel
2023-06-22LaTeX reader: support alt text on images. (#8745)Albert Krewinkel
2023-06-20Fix a security vulnerability in MediaBag and T.P.Class.IO.writeMedia.John MacFarlane
2023-06-20ChunkedHTML writer: Make math work in top-level page.John MacFarlane
2023-06-19Add Extracting log message for `--extract-media`.John MacFarlane
2023-06-19Make `implicit_figures` work again in commonmark reader.John MacFarlane
2023-06-19fix: add highlight for F# languageAdelar da Silva Queiróz
2023-06-19Allow `epub-title-page` to be used in defaults files.John MacFarlane
2023-06-16LaTeX writer: Fix escaping of `&` in `\href` and `\url`.John MacFarlane
2023-06-08Add footer and multiple body parsing to JATS table reader (#8795)Noah Malmed