aboutsummaryrefslogtreecommitdiff
path: root/src/Text
AgeCommit message (Expand)Author
2023-06-06Integrate pandoc-specific things formerly in typst-hs.John MacFarlane
2023-06-06Remove unneeded pragmas.John MacFarlane
2023-06-06Move pandoc-specific parts of typst reader from typst-hs...John MacFarlane
2023-06-06Add typst reader.John MacFarlane
2023-06-06Improve title and label parsing in the JATS reader (#8840)Noah Malmed
2023-06-05ODT reader: allow lists in table cells. Closes #8892.John MacFarlane
2023-06-05Typst writer: use `#footnote` for notes.John MacFarlane
2023-06-04ODT reader: allow frames inside spans.John MacFarlane
2023-05-29RST redear: Fix sorting on anonymous keys.John MacFarlane
2023-05-17HTML reader: fix iframe with data URI of an image.John MacFarlane
2023-05-09Ms writer: coerce titles to inlines.John MacFarlane
2023-05-08LaTeX writer: better fix for colspecs for multicolumn table.John MacFarlane
2023-05-08LaTeX writer: fix width for multicolumn simple table.John MacFarlane
2023-05-08Introduce support for Intense Quote in Docx conversionStephan Meijer
2023-05-05Jira writer: use first code block class as highlighting language.Albert Krewinkel
2023-05-04Markdown reader: disallow escaping of `~` and `"` in markdown_strictAlbert Krewinkel
2023-05-04LaTeX reader: ignore args to column type in `\multicolumn`.Albert Krewinkel
2023-05-01Writers.OpenDocument: handle row header column cells as header cellsMichael Stahl
2023-05-01Writers.OpenDocument: handle row header column cells as ordinary cellsMichael Stahl
2023-05-01Writers.OpenDocument: fix invalid text:p inside text:p from metaMichael Stahl
2023-04-28Commonmark writer: use shortcut reference links.John MacFarlane
2023-04-28Writers.ODT: don't add settings.xmlMichael Stahl
2023-04-28Writers.ODT: don't add Configurations2 dirMichael Stahl
2023-04-28Writers.ODT: don't add thumbnailMichael Stahl
2023-04-28Writers.ODT: put manifest.version on directory file-entryMichael Stahl
2023-04-28Writers.ODT: stop validator complaints by producing ODF 1.3Michael Stahl
2023-04-20Remove redundant line in pattern match.John MacFarlane
2023-04-17Remove unnecessary 'spaces' in parseFromString.John MacFarlane
2023-04-14Fix bug in RTF table parsing.John MacFarlane
2023-04-07ImageSize: drop BOM at start of SVG if present.John MacFarlane
2023-04-07Typst writer: omit bibliography if `citations` not enabled.John MacFarlane
2023-04-07DocBook reader: support more emphasis roles.Albert Krewinkel
2023-04-05Typst writer: use `<..>` for labels, create internal links.John MacFarlane
2023-04-05Add rowspan, colspan and alignment to cells in jats table reader (#8726)Noah Malmed
2023-04-05Fix pdf output via typst for the typst 0.1.0 release.John MacFarlane
2023-04-05Remove links from inside links in mediawiki writer (#8739)wgevaert
2023-04-05Org reader: treat `#+NAME` as synonym for `#+LABEL`.Albert Krewinkel
2023-04-01Org reader: require abstract environment to use lowercaseAlbert Krewinkel
2023-03-29HTML writer: use first paragraph in task item as checkbox label.Albert Krewinkel
2023-03-29Revert "HTML writer: wrap task items in labels."Albert Krewinkel
2023-03-29HTML writer: wrap task items in labels.Albert Krewinkel
2023-03-27Typst writer: fix alignment issue in lists.John MacFarlane
2023-03-27Typst: Use customized term instead of custom macro for def lists.John MacFarlane
2023-03-27Typst writer: support column aligns in tables.John MacFarlane
2023-03-27Typst: fix output for syntax-highlighted inline code.Albert Krewinkel
2023-03-26More Typst writer improvements.John MacFarlane
2023-03-26Typst writer improvements.John MacFarlane
2023-03-26Support typst as a pdf-engine.John MacFarlane
2023-03-25Add typst writer.John MacFarlane
2023-03-23T.P.App.CommandLineOptions: don't lowercase arg to `--from`/`--read`Albert Krewinkel