aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
AgeCommit message (Expand)AuthorFilesLines
2020-12-20HTML writer: don't include p tags in CSL bibliography entries.John MacFarlane1-2/+7
2020-12-20LaTeX writer: support colspans and rowspans in tables. (#6950)Albert Krewinkel4-96/+236
2020-12-15Properly handle boolean values in writing YAML metadata.John MacFarlane2-2/+3
2020-12-13RST writer: better image handling.John MacFarlane1-9/+21
2020-12-13Docx writer: keep raw openxml strings verbatim.Albert Krewinkel1-2/+5
2020-12-13Docx writer: use Content instead of Element.Albert Krewinkel1-59/+75
2020-12-12Merge pull request #6946 from mb21/icml-image-fitJohn MacFarlane1-1/+6
2020-12-12LaTeX writer: extract table handling into separate module.Albert Krewinkel5-237/+355
2020-12-12ICML writer: fix image bounding box for custom widths/heightsmb211-1/+6
2020-12-07Merge pull request #6922 from jtojnar/db-writer-admonitionsJohn MacFarlane1-19/+45
2020-12-07Docbook writer: Handle admonition titles from Markdown readerJan Tojnar1-0/+2
2020-12-07Docbook writer: Use correct id attribute consistentlyJan Tojnar1-10/+16
2020-12-07Docbook writer: handle admonitionsJan Tojnar1-12/+30
2020-12-05OpenDocument writer: Allow references for internal links (#6774)Nils Carlson1-18/+73
2020-12-04Docbook writer: add XML namespaces to top-level elements (#6923)Jan Tojnar1-8/+20
2020-12-04Markdown writer: ensure that a new csl-block begins on a new line.John MacFarlane1-1/+6
2020-12-04LaTeX writer: Fix bug with nested csl- display Spans.John MacFarlane1-36/+32
2020-12-04HTML writer: Fix handling of nested csl- display spans.John MacFarlane1-20/+12
2020-12-03EPUB writer: include title page in landmarks.John MacFarlane1-2/+7
2020-12-03EPUB writer: add frontmatter type on body element for nav.xhtml.John MacFarlane1-1/+3
2020-12-03Docx writer: Support bold and italic in "complex script."John MacFarlane1-2/+6
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