aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
AgeCommit message (Expand)AuthorFilesLines
2021-03-14Handle 'nocite' better with --biblatex and --natbib.John MacFarlane1-2/+10
2021-03-13Use integral values for w:tblW in docx.John MacFarlane1-1/+1
2021-03-13Jira writer: improve div/panel handlingAlbert Krewinkel1-11/+28
2021-03-10HTML writer: Add warnings on duplicate attribute values.John MacFarlane1-18/+23
2021-03-09Org writer: fix operator precedence mistake in previous commitAlbert Krewinkel1-1/+2
2021-03-09Org writer: prevent unintended creation of ordered list itemsAlbert Krewinkel1-4/+7
2021-03-08Jira writer: use noformat instead of code for unknown languages.Albert Krewinkel1-5/+5
2021-03-02Split out T.P.Writers.LaTeX.Util.John MacFarlane2-243/+285
2021-03-02Split out T.P.Writers.LaTeX.Citation.John MacFarlane2-142/+187
2021-03-02Split out T.P.Writers.LaTeX.Lang.John MacFarlane2-180/+203
2021-03-02Split up T.P.Writers.Markdown...John MacFarlane3-591/+688
2021-03-01Jira writer: use Span identifiers as anchorsAlbert Krewinkel1-1/+3
2021-02-28LaTeX writer: use function instead of map for accent lookup.John MacFarlane1-27/+25
2021-02-26Fix/update URLs and use HTTP**S** where possible (#7122)Salim B1-1/+1
2021-02-18LaTeX writer: adjust hypertargets to beginnings of paragraphs.John MacFarlane1-2/+3
2021-02-16Rename Text.Pandoc.XMLParser -> Text.Pandoc.XML.Light...John MacFarlane6-513/+485
2021-02-13Org: support task_lists extensionAlbert Krewinkel1-3/+13
2021-02-11Use getTimestamp instead of getCurrentTime in writers.John MacFarlane4-5/+5
2021-02-10Add new unexported module T.P.XMLParser.John MacFarlane5-24/+42
2021-02-03ePub writer: `belongs-to-collection` metadata (#7063)Nick Berendsen1-41/+58
2021-02-01BibTeX writer: use doclayout and doctemplate.John MacFarlane1-3/+16
2021-01-31CslJson writer: fix compiler warningAlbert Krewinkel1-1/+1
2021-01-30CslJson writer: output `[]` if no references in input,John MacFarlane1-5/+5
2021-01-29Markdown writer: handle math right before digit.John MacFarlane1-1/+5
2021-01-29JATS writer: escape special chars in reference elements.Albert Krewinkel1-3/+6
2021-01-26LaTeX writer: change BCP47 lang tag from jp to jaMauro Bieg1-1/+1
2021-01-22Merge pull request #7042 from tarleb/jats-element-citationsJohn MacFarlane3-7/+178
2021-01-22JATS writer: allow to use element-citationAlbert Krewinkel3-7/+178
2021-01-22Add biblatex, bibtex as output formats (closes #7040).John MacFarlane1-0/+48
2021-01-19JATS writer: Ensure that disp-quote is always wrapped in p.John MacFarlane1-1/+3
2021-01-18RST writer: fix #7039.John MacFarlane1-2/+2
2021-01-12Markdown writer: cleaned up raw formats.John MacFarlane1-34/+35
2021-01-12Docx writer: handle table header using styles.John MacFarlane1-17/+20
2021-01-10JATS writer: fix citations (#7018)Albert Krewinkel1-12/+21
2021-01-10Fix infinite HTTP requests when writing epubs from URL source.John MacFarlane1-5/+9
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel38-39/+39
2021-01-07gfm/commonmark writer: implement start number on ordered lists.John MacFarlane1-1/+4
2021-01-05HTML writer: fix implicit_figure at end of footnotes.John MacFarlane1-3/+7
2021-01-04EPUB writer: adjust internal links to identifiers...John MacFarlane1-0/+20
2021-01-03EPUB writer: recognize `Format "html4"`, `Format "html5"` as raw HTML.John MacFarlane1-2/+8
2021-01-03EPUB writer: adjust internal links to images, links, and tables...John MacFarlane1-0/+6
2021-01-02LaTeX writer: revert table line height increase in 2.11.3.John MacFarlane1-1/+1
2020-12-30Undo the "Use fromRight" hlint hint.John MacFarlane1-2/+1
2020-12-30Hlint fixesJohn MacFarlane1-1/+2
2020-12-30Ms writer: don't justify inside table cells.John MacFarlane1-1/+3
2020-12-29Improve fix to #6983.John MacFarlane1-1/+3
2020-12-28Docx writer: fix nested tables with captions.John MacFarlane1-4/+6
2020-12-27Use meta-description instead of description in templates.John MacFarlane1-0/+3
2020-12-27Add support for writing nested tables to asciidoc (#6972)timo-a1-7/+32
2020-12-27Powerpoint writer: allow arbitrary OOXML in raw inline elementsAlbert Krewinkel1-22/+27