aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
AgeCommit message (Expand)AuthorFilesLines
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
2020-09-05Add Writers.Tables helper functions and types, add tests for those (#6655)Christian Despres1-0/+291
2020-08-24Docx writer: separate adjacent tables.John MacFarlane1-1/+9
2020-08-21HTML writer: Fix addition of doc-biblioentry role.John MacFarlane1-1/+1
2020-08-09Remove `fenced_code_blocks` and `backtick_code_blocks` from...John MacFarlane1-6/+12
2020-07-31Org writer: don't force blank line after headersAlbert Krewinkel1-1/+1
2020-07-29Writers/Shared: add missing function docsAlbert Krewinkel1-7/+21
2020-07-23Markdown writer: use numerical labels for refs...John MacFarlane1-5/+9
2020-07-23Add `raw_markdown` extension affecting `ipynb` reader.John MacFarlane1-2/+2
2020-07-22Docx writer: support --number-sections.John MacFarlane1-4/+17
2020-07-19Markdown writer: move asciify out of escapeString.John MacFarlane1-9/+9
2020-07-19Remove use of cmark-gfm for commonmark/gfm rendering.John MacFarlane2-429/+96
2020-07-19Markdown writer: use unicode super/subscript characters...John MacFarlane1-18/+44
2020-07-19Markdown writer: render caption as following paragraph...John MacFarlane1-2/+5