summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
AgeCommit message (Expand)Author
2023-10-05T.P.Shared.splitSentences: don't split after initials.John MacFarlane
2023-10-04Man writer: use UR, MT macros for URLs, emails.John MacFarlane
2023-09-29Check if supplied FORMAT matches with an HTML slide deck value. Return True f...James J Balamuta
2023-09-21JATS writer: fix 3.1.4 regression in handling block-level metadata.John MacFarlane
2023-09-18Fix uneven indents in LaTeX line block output.John MacFarlane
2023-09-14Ms writer: improvements in image handling.John MacFarlane
2023-09-07HTML writer: Fix CSL entry-spacing default.John MacFarlane
2023-09-07Fix default citeproc entry-spacing.John MacFarlane
2023-09-05Rewrite CSLReferences environment...John MacFarlane
2023-09-01LaTeX writer: Fix regression.John MacFarlane
2023-09-01HTML writer: use the ID prefix in the ID for the footnotes section.Benjamin Esham
2023-08-31LaTeX writer: fix regression in escaping URLs.John MacFarlane
2023-08-29Use `\cite` and `\bibitem` to link up citations, even with citeproc.John MacFarlane
2023-08-26LaTeX writer link/target improvements.John MacFarlane
2023-08-25Man writer: avoid a .PP right after a section heading.John MacFarlane
2023-08-25Man writer: improvements to code and code blocks.John MacFarlane
2023-08-24Man writer: don't emit `.hy`...John MacFarlane
2023-08-23JATS writer: fix placement of ref-list...John MacFarlane
2023-08-23Also escape % in URLs.John MacFarlane
2023-08-23LaTeX writer: backslash-escape # in URLs. Closes #9014.John MacFarlane
2023-08-21Typst writer: use `~` for nonbreaking space.John MacFarlane
2023-08-19LaTeX writer: improve internal links and targets.John MacFarlane
2023-08-09LaTeX writer: Improve escaping of URIs in href, url.John MacFarlane
2023-08-09Typst writer: put the label in right place for Div, use `#block`.John MacFarlane
2023-08-06ODT writer: Use a style for Highlighted, so color can be adjusted.John MacFarlane
2023-08-04OpenDocument writer: implement syntax highlighting.John MacFarlane
2023-08-04Started implementing syntax highlighting for ODT.John MacFarlane
2023-08-04Remove redundant import.John MacFarlane
2023-08-04OpenDocument writer: add syntax highlighting tags for CodeBlock.John MacFarlane
2023-08-04Support highlighted text in ODT/OpenDocument writers.John MacFarlane
2023-07-25Typst writer: escape `//`.John MacFarlane
2023-07-25ChunkedHTML writer: Fix regression including mathjax script.John MacFarlane
2023-07-18JATS writer: don't use `<code>` for inline code.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-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-05Make modern AsciiDoc the target for `asciidoc`.John MacFarlane
2023-07-04Typst writer: support `unlisted` class in headings.John MacFarlane
2023-07-02Update line-through for asciidoc writer to custom inline style (#8934)Kevin Broch
2023-07-01Docx writer: make relative widths work in tables.John MacFarlane
2023-06-30Typst writer: improve handling of autolinks.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-27Support --id-prefix for markdown output.John MacFarlane
2023-06-24Make `--number-sections` work with JATS writer.John MacFarlane
2023-06-20ChunkedHTML writer: Make math work in top-level page.John MacFarlane
2023-06-19fix: add highlight for F# languageAdelar da Silva Queiróz
2023-06-16LaTeX writer: Fix escaping of `&` in `\href` and `\url`.John MacFarlane
2023-06-07JATS writer: include title in ref-list.John MacFarlane