aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
AgeCommit message (Expand)AuthorFilesLines
2020-11-26Docx writer: Fix bullets/lists indentationcholonam1-3/+3
2020-11-25LaTeX writer: improve longtable output.John MacFarlane1-40/+60
2020-11-25LaTeX tables: Fix calculation of column spacing.John MacFarlane1-1/+1
2020-11-22OpenDocument Writer: Implement Div and Span ident support (#6755)Nils Carlson1-10/+33
2020-11-22LaTeX writer: Improve table spacing.John MacFarlane1-2/+2
2020-11-21OpenDocument writer: Table text width support (#6792)Nils Carlson1-4/+10
2020-11-19JATS writer: support advanced table featuresAlbert Krewinkel2-50/+217
2020-11-18JATS writer: wrap all tablesAlbert Krewinkel1-6/+7
2020-11-18Replace org #+KEYWORDS with #+keywordsTEC1-16/+16
2020-11-18Update org supported languages and identifiersTEC1-7/+11
2020-11-17JATS writer: move Table handling to separate moduleAlbert Krewinkel3-68/+144
2020-11-14Markdown writer: default to using ATX headings.Aner Lucero1-1/+6
2020-11-07Hlint suggestions.John MacFarlane1-2/+3
2020-11-07Lint code in PRs and when committing to master (#6790)Albert Krewinkel8-15/+16
2020-11-06Support nocase spansn for csljson outputJohn MacFarlane1-0/+1
2020-11-04DokuWiki writer: translate language names for code elements...John MacFarlane1-14/+24
2020-11-04MediaWiki writer: use syntaxhighlight tag...John MacFarlane1-2/+9
2020-10-30Fix duplicate "class" attribute in HTML writerAndy Morris1-2/+4
2020-10-29LaTeX writer: Improved calculation of table column widths.John MacFarlane1-10/+12
2020-10-23Commonmark writer: fix regression with fenced divs.John MacFarlane1-1/+3
2020-10-14Modify fix to #6742 to use stringToLaTeX.John MacFarlane1-3/+5
2020-10-13LaTeX writer: escape option values in lstlistings environment.John MacFarlane1-1/+2
2020-10-12LaTeX writer: fix handling of pt-BR.John MacFarlane1-3/+2
2020-10-12Markdown writer: Fix autolinks rendering for gfm.John MacFarlane1-24/+23
2020-10-08Be less aggressive about using quotes for YAML values.John MacFarlane1-4/+11
2020-10-07Use double quotes for YAML metadata.John MacFarlane1-2/+2
2020-10-07Use latest citeproc.John MacFarlane1-3/+1
2020-10-06Unescape entities in writing CSL JSON.John MacFarlane1-2/+5
2020-10-06DOCX reader: Allow empty dates in comments and tracked changes (#6726)Diego Balseiro1-11/+7
2020-10-05Removed the idpred from metaValueToReference.John MacFarlane1-1/+1
2020-10-05Add filtering to metaValueToReference, and check other-ids field too.John MacFarlane1-1/+2
2020-10-02Docx writer: better handle list items whose contents are lists (#6522)Michael Hoffmann1-3/+13
2020-10-01Syntax highlight for inline code of OpenDocument (#6711)niszet1-3/+18
2020-09-27OpenDocument Writer: Implement table cell alignment (#6700)Nils Carlson1-5/+33
2020-09-24OpenDocument writer: New table cell support with row and column spans (#6682)Nils Carlson1-26/+56
2020-09-24Support toc-depth option for ODT writer (#6697)niszet1-0/+1
2020-09-21Add built-in citation support using new citeproc library.John MacFarlane5-37/+248
2020-09-21Sort YAML metadata keys in Markdown output case-insensitive.John MacFarlane1-2/+2
2020-09-19Asciidoctor images (#6671)argent01-26/+41
2020-09-19Add CSS to default HTML template (#6601)Mauro Bieg1-0/+2
2020-09-15LaTeX writer: fix spacing issue with list in definition list.John MacFarlane1-3/+20
2020-09-13HTML writer: support intermediate table headersAlbert Krewinkel1-4/+10
2020-09-13HTML writer: support attributes on all table elementsAlbert Krewinkel1-6/+10
2020-09-13Fix hlint suggestions, update hlint.yaml (#6680)Christian Despres20-126/+115
2020-09-12HTML writer: render table footers if presentAlbert Krewinkel1-23/+50
2020-09-12[API change] Rename Writers.Tables and its contents (#6679)Christian Despres3-311/+320
2020-09-11Use the original tail instead of deconstructing and reconstructing it (#6678)Joseph C. Sible1-2/+2
2020-09-10Changed default link state to invisible (#6676)Leonard Rosenthol1-1/+1
2020-09-10Support colspans and rowspans in HTML tables (#6644)Albert Krewinkel1-65/+187
2020-09-10Implement support for internal document links in ICML (#6606)Leonard Rosenthol1-59/+95