aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
AgeCommit message (Expand)AuthorFilesLines
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel41-82/+0
2020-03-13Update copyright year (#6186)Albert Krewinkel37-39/+40
2020-03-07Ms writer: fix definition lists so indent even when...John MacFarlane1-3/+4
2020-03-06Ms writer: use .QS/.QE instead of .RS/.RE for block quotes.John MacFarlane1-1/+1
2020-03-04EPUB writer: fix regression on detection of front/back/bodymatter.John MacFarlane1-1/+2
2020-02-17Remove redundant `otherwise` guard in inlineToAsciiDoc (#6146)Ryan Scott1-1/+0
2020-02-14Fixes: group biblatex citations even with prefix and suffix (#6058)Ethan Riley1-25/+42
2020-02-13A bit more cleanup (#6141)Joseph C. Sible1-1/+1
2020-02-12Introduce new format variants for JATS (#6067)Albert Krewinkel1-41/+99
2020-02-12Moved html5Attributes, html4Attributes, rdfaAttributes...John MacFarlane1-347/+2
2020-02-10Fix spurious dots in markdown_mmd metadata outputJohn MacFarlane1-1/+1
2020-02-08reveal.js: ensure that pauses work even in title slides.John MacFarlane1-4/+6
2020-02-08Clean up after "hlint --refactor" (#6129)Joseph C. Sible2-6/+5
2020-02-08More cleanup (#6130)Joseph C. Sible1-7/+6
2020-02-07Apply linter suggestions. Add fix_spacing to lint target in Makefile.John MacFarlane19-162/+138
2020-02-07Resolve HLint warningsAlbert Krewinkel17-113/+113
2020-02-07Various minor cleanups and refactoring (#6117)Joseph C. Sible4-23/+21
2020-02-05Fix --number-offset with HTML TOC.John MacFarlane1-10/+19
2020-02-05MediaWiki writer: prevent triple `[[[`.John MacFarlane1-1/+11
2020-02-03Swap suboptimal uses of maybe and fromMaybe (#6111)Joseph C. Sible3-10/+10
2020-02-03Fix duplicate frame classes in LaTeX/Beamer output.John MacFarlane1-2/+2
2020-01-19Docx writer: fix regression with Compact style on tight lists. (#6073)John MacFarlane1-1/+9
2020-01-12HTML writer: fix duplicate attributes on headings.John MacFarlane1-9/+10
2020-01-07Jira writer: fix output of table headersAlbert Krewinkel1-4/+4
2020-01-07Fix regression in handling of columns in beamer slides.John MacFarlane1-5/+6
2020-01-07Reveal.js writer: restore old behavior for 2D nesting.John MacFarlane1-11/+17
2020-01-05Fix regression in beamer slide structure with certain slide levels.John MacFarlane1-8/+17
2020-01-05Fix revealjs slide structure regression with certain slide levels.John MacFarlane1-6/+8
2020-01-04HTML writer: Add newlines to make slide show output more readable.John MacFarlane1-6/+8
2020-01-03Org writer: remove extra spaces from table cellsAlbert Krewinkel1-1/+1
2020-01-01LaTeX writer: properly handle unnumbered headings level 4+.John MacFarlane1-1/+1
2019-12-21HTML writer: more tweaks to avoid round-trip failures...John MacFarlane1-2/+5
2019-12-21Fix regression with --number-sections.John MacFarlane1-2/+1
2019-12-20Jira writer: use jira-wiki-markup rendererAlbert Krewinkel1-266/+222
2019-12-17Improved --toc generation.John MacFarlane3-9/+5
2019-12-17Improved makeSections so we don't get doubled attributes.John MacFarlane1-1/+2
2019-12-07Fix --toc-depth regression in 2.8.John MacFarlane1-3/+3
2019-12-05HTML writer: add task-list class to ul if all elements are task list items.John MacFarlane1-1/+10
2019-11-27Remove redundant import.John MacFarlane1-1/+0
2019-11-27LaTeX writer - hlint.John MacFarlane1-29/+24
2019-11-27HTML writer: hlint improvements.John MacFarlane1-25/+22
2019-11-27Removed useless cpp for old versions of blaze.John MacFarlane1-14/+0
2019-11-27Removed unneeded pragma.John MacFarlane1-1/+0
2019-11-25EPUB writer: Fix regression with `--css option.John MacFarlane1-9/+13
2019-11-25RST writers: Use grid tables for 1-column tables.John MacFarlane1-1/+1
2019-11-22Jira writer: improve escaping of special chars (#5925)Albert Krewinkel1-18/+9
2019-11-21TEI writer: don't strip hash from internal links.John MacFarlane1-6/+2
2019-11-19Improve markdown escaping in list items.John MacFarlane1-27/+25
2019-11-16Ms writer: boldface definition terms in DefinitionLists.John MacFarlane1-1/+2
2019-11-16ConTeXt writer: set csl-hanging-ident variable if needed.John MacFarlane1-2/+6