summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
AgeCommit message (Expand)Author
2024-01-20LaTeX writer: create valid table even when table is empty.John MacFarlane
2024-01-18Markdown writer: fix output for pipe tables...John MacFarlane
2024-01-05Whitespace cleanup.John MacFarlane
2024-01-04OPML writer: respect `--wrap` options & `--columns` in contents of notes.John MacFarlane
2023-12-26Add some explicit imports...John MacFarlane
2023-12-26fix(docx): support absolute header/footer pathsEdwin Török
2023-12-26ODT/opendocument writers: properly handle highlighting styles.John MacFarlane
2023-12-22Markdown writer: add table identifier at end of caption if present.John MacFarlane
2023-12-19fix(docx): sort inline elements in schema orderEdwin Török
2023-12-18LaTeX writer: omit superfluous page locator label...John MacFarlane
2023-12-18fix(docx): fix validation error on endnotePrEdwin Török
2023-12-18fix(docx): fix validation error on w:tblHeaderEdwin Török
2023-12-18fix(docx): use left vs start consistentlyEdwin Török
2023-12-18fix(docx): fix validation error on inline w:i/w:iCs orderEdwin Török
2023-12-18fix(docx): fix OOXMLValidator error on KeywordTok outputEdwin Török
2023-12-18fix(docx): fix validation error on w:annotationRefEdwin Török
2023-12-18fix(docx): fix validation error in w:nsidEdwin Török
2023-12-18Docx writer: fixed validation errors in tables.John MacFarlane
2023-12-18Docx writer: fix validation error.John MacFarlane
2023-12-17Docx writer: ensure that elements in settings are ordered correctly.John MacFarlane
2023-12-17Docx writer: don't emit empty rows.John MacFarlane
2023-12-14Typst writer: emit `;` after typst code...John MacFarlane
2023-12-10LaTeX writer: Add performance optimization to #9168.John MacFarlane
2023-12-10LaTeX writer: fix bug with big footnotes inside emphasis (#9168)Hikaru Ibayashi
2023-12-09Typst writer: use quote for block quotes.John MacFarlane
2023-12-09Typst writer: handle supplements in cite.John MacFarlane
2023-12-08Docx writer: Use different style for block quotes in notes.John MacFarlane
2023-12-08Docx writer: allow embedded fonts to be used in reference.docx.John MacFarlane
2023-12-07Typst writer/template: support `--toc-depth` as in other writers.John MacFarlane
2023-12-06Revert "Use base64 instead of base64-bytestring."John MacFarlane
2023-12-05Fine-tuning on alerts.John MacFarlane
2023-12-04Add `alerts` extension.John MacFarlane
2023-12-04HTML5 writer footnote changes (aria-role, element type).John MacFarlane
2023-12-04Typst writer: put inline image dimensions on enclosing box, not image.John MacFarlane
2023-11-22LaTeX writer: handle identifiers inside heading contents.John MacFarlane
2023-11-15Typst writer: better handling of tables with captions.John MacFarlane
2023-11-14Update typst writer to typst 0.9 citation format.John MacFarlane
2023-11-04JATS writer: handle case where there is material after refs div.John MacFarlane
2023-11-02Ms writer: don't do normal escapes in filename arguments...John MacFarlane
2023-10-27Fix spacing.John MacFarlane
2023-10-26Make `reference-section-title` work with `jats+element_citations`.John MacFarlane
2023-10-26Org writer: escape literal `*`, `|`, `#` at beginning of line with ZWS.John MacFarlane
2023-10-24ICML writer: prevent doubled attributes.John MacFarlane
2023-10-20Typst writer: add `#box` around image to make it inline. (#9149)John MacFarlane
2023-10-18Powerpoint writer: fix a corruption error...John MacFarlane
2023-10-17LaTeX writer: fix rowspans in tables...John MacFarlane
2023-10-17LaTeX writer: don't treat table as "simple" if they have col widths.John MacFarlane
2023-10-16Typst writer: escape `(`.John MacFarlane
2023-10-12Typst writer: don't allow long heading to wrap.John MacFarlane
2023-10-05Man writer: Fix some spacing issues around links.John MacFarlane