aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
AgeCommit message (Expand)AuthorFilesLines
2021-12-12Org writer: preliminary support for new org-cite syntax.John MacFarlane1-1/+21
2021-12-09ipynb writer: handle cell output with raw block of markdown (#7563)Kolen Cheung1-0/+2
2021-12-08Ipynb writer: ensure deterministic order of keys.John MacFarlane1-1/+1
2021-12-06Ipynb reader & writer: properly handle cell "id".John MacFarlane1-15/+43
2021-12-06Ms writer: properly encode strings for PDF contents.John MacFarlane1-2/+19
2021-12-05Commonmark writer: allow ')' delimiters on ordered lists.John MacFarlane1-1/+6
2021-12-03Improve Markdown writer escaping.John MacFarlane1-18/+19
2021-11-19Remove unused line.John MacFarlane1-1/+0
2021-11-19MediaWiki writer: fix code for generating spans for header IDs.John MacFarlane1-1/+1
2021-11-19HTML writer: Don't create invalid `data-` attribute...John MacFarlane1-0/+1
2021-11-18MediaWiki writer: use HTML spans for anchors when header has id.John MacFarlane1-2/+8
2021-11-17Babel mappings: use ancientgreek for grc.John MacFarlane1-1/+1
2021-11-15Markdown writer: don't create autolinks when this loses information.John MacFarlane1-1/+4
2021-11-12JATS writer: ensure figures are wrapped with `<p>` in list items.Albert Krewinkel1-0/+1
2021-11-12JATS writer: add URL to element citation entriesAlbert Krewinkel1-0/+1
2021-11-11Writers.Shared: Improve toLegacyTable.Christian Despres1-1/+1
2021-11-08With `-t latex-smart`, don't generate `\ldots` from ellipsis.John MacFarlane1-1/+1
2021-11-04Allow `plain` to be used in raw attribute syntax.John MacFarlane2-2/+4
2021-10-29Docx writer: move ": " out of the caption bookmark.Tristan Stenner2-6/+4
2021-10-27Markdown writer: Be sure to quote special values in YAML metadata.John MacFarlane1-3/+13
2021-10-22Use simpleFigure in Readers.Aner Lucero19-66/+43
2021-10-22Switch to hslua-2.0Albert Krewinkel1-72/+82
2021-10-17pptx: Line up continuation paragraphsEmily Bourke2-10/+93
2021-10-17pptx: Remove outdated commentEmily Bourke1-3/+0
2021-10-17pptx: Fix list level numberingEmily Bourke1-14/+17
2021-10-14asciidoc writer: translate numberLines attribute to linesnum switchSamuel Tardieu1-2/+5
2021-10-12Revert "Depend on pandoc-types 1.23, remove Null constructor on Block."John MacFarlane28-1/+36
2021-10-11T.P.Writers.Shared: remove 'breakable'...John MacFarlane1-18/+0
2021-10-11T.P.Writers.Shared: Export splitSentences as a Doc Text transform.John MacFarlane3-16/+61
2021-10-11Remove splitSentences from T.P.Shared [API change].John MacFarlane2-6/+4
2021-10-05Avoid bad wraps in markdown writer at the Doc Text level.John MacFarlane1-22/+23
2021-10-04Powerpoint writer: consolidate text runs when possible.John MacFarlane2-4/+9
2021-10-04Revert "Powerpoint writer: consolidate text run nodes."John MacFarlane1-9/+1
2021-10-04Powerpoint writer: consolidate text run nodes.John MacFarlane1-1/+9
2021-10-01Depend on pandoc-types 1.23, remove Null constructor on Block.John MacFarlane28-36/+1
2021-09-30epub: Add EPUB3 subject metadata (authority/term)nuew1-10/+31
2021-09-29EPUB writer: treat epub:type "frontispiece" as front matter.John MacFarlane1-1/+1
2021-09-28Switch from pretty-simple to pretty-show for native output.John MacFarlane1-12/+8
2021-09-26RST writer: properly handle anchors to ids...John MacFarlane1-1/+6
2021-09-23HTML writer: render `\ref` and `\eqref` as inline math...John MacFarlane1-8/+11
2021-09-22HTML writer: pass through `\ref` and `\eqref`...John MacFarlane1-2/+10
2021-09-22HTML writer: pass through inline math environments with KaTeX.John MacFarlane1-0/+1
2021-09-21Use pretty-simple to format native output.John MacFarlane1-73/+15
2021-09-19Use babel, not polyglossia, with xelatex.John MacFarlane3-102/+13
2021-09-19Markdown writer: use `underline` class rather than `ul` for underline.John MacFarlane1-1/+1
2021-09-18pptx-footers: Replace fixed dates with yaml dateEmily Bourke2-8/+44
2021-09-18pptx: Support footers in the reference docEmily Bourke1-15/+88
2021-09-17Org writer: don't indent contents of code blocks.John MacFarlane1-1/+1
2021-09-17Update list of supported source languages in org writer.John MacFarlane1-12/+44
2021-09-16pptx: Support specifying slide background imagesEmily Bourke2-36/+110