aboutsummaryrefslogtreecommitdiff
path: root/src/Text
AgeCommit message (Expand)Author
2023-07-18Fix typo on error message for incorrect --preserve-tabs argument.John MacFarlane
2023-07-16Fix typo from last commit.John MacFarlane
2023-07-16Capitalize option errors.John MacFarlane
2023-07-16Make --epub-title-page's argument optional.John MacFarlane
2023-07-16Improve errors for incorrect command-line option values.John MacFarlane
2023-07-14Docx reader: use SVG version of image if present.John MacFarlane
2023-07-13Fix bugs in implementation of #8948.John MacFarlane
2023-07-12HTML writer: don't make line blocks sensitive to `--wrap`.John MacFarlane
2023-07-12RST writer: fix figure handling.John MacFarlane
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