aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
AgeCommit message (Expand)Author
2020-04-15Modify toLegacyTable to cut up cells, add testsdespresc
2020-04-15Use the new builders, modify readers to preserve empty headersdespresc
2020-04-15Adapt to the newest Table type, fix some previous adaptation issuesdespresc
2020-04-15Remove the onlySimpleCellBodies function from Shareddespresc
2020-04-15Implement the new Table typedespresc
2020-04-11LaTeX writer: ensure that `-M csquotes` works even in fragment mode.John MacFarlane
2020-04-04Jira: support citations, attachment links, and user linksAlbert Krewinkel
2020-04-01Docbook writer: Add personname element to docbook author.John MacFarlane
2020-03-31Markdown writer: ensure consistent padding for pipe tables.John MacFarlane
2020-03-31Jira writer: convert spans with class `underline` to inserted textAlbert Krewinkel
2020-03-30Jira writer: add image attributesAlbert Krewinkel
2020-03-30Fix #6228 (#6230)Joseph C. Sible
2020-03-29Clean up and simplify Text.Pandoc.Writers.Docx (#6229)Joseph C. Sible
2020-03-29Clean up some fmaps (#6226)Joseph C. Sible
2020-03-22Finer grained imports of Text.Pandoc.Class submodules (#6203)Albert Krewinkel
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel
2020-03-13Update copyright year (#6186)Albert Krewinkel
2020-03-07Ms writer: fix definition lists so indent even when...John MacFarlane
2020-03-06Ms writer: use .QS/.QE instead of .RS/.RE for block quotes.John MacFarlane
2020-03-04EPUB writer: fix regression on detection of front/back/bodymatter.John MacFarlane
2020-02-17Remove redundant `otherwise` guard in inlineToAsciiDoc (#6146)Ryan Scott
2020-02-14Fixes: group biblatex citations even with prefix and suffix (#6058)Ethan Riley
2020-02-13A bit more cleanup (#6141)Joseph C. Sible
2020-02-12Introduce new format variants for JATS (#6067)Albert Krewinkel
2020-02-12Moved html5Attributes, html4Attributes, rdfaAttributes...John MacFarlane
2020-02-10Fix spurious dots in markdown_mmd metadata outputJohn MacFarlane
2020-02-08reveal.js: ensure that pauses work even in title slides.John MacFarlane
2020-02-08Clean up after "hlint --refactor" (#6129)Joseph C. Sible
2020-02-08More cleanup (#6130)Joseph C. Sible
2020-02-07Apply linter suggestions. Add fix_spacing to lint target in Makefile.John MacFarlane
2020-02-07Resolve HLint warningsAlbert Krewinkel
2020-02-07Various minor cleanups and refactoring (#6117)Joseph C. Sible
2020-02-05Fix --number-offset with HTML TOC.John MacFarlane
2020-02-05MediaWiki writer: prevent triple `[[[`.John MacFarlane
2020-02-03Swap suboptimal uses of maybe and fromMaybe (#6111)Joseph C. Sible
2020-02-03Fix duplicate frame classes in LaTeX/Beamer output.John MacFarlane
2020-01-19Docx writer: fix regression with Compact style on tight lists. (#6073)John MacFarlane
2020-01-12HTML writer: fix duplicate attributes on headings.John MacFarlane
2020-01-07Jira writer: fix output of table headersAlbert Krewinkel
2020-01-07Fix regression in handling of columns in beamer slides.John MacFarlane
2020-01-07Reveal.js writer: restore old behavior for 2D nesting.John MacFarlane
2020-01-05Fix regression in beamer slide structure with certain slide levels.John MacFarlane
2020-01-05Fix revealjs slide structure regression with certain slide levels.John MacFarlane
2020-01-04HTML writer: Add newlines to make slide show output more readable.John MacFarlane
2020-01-03Org writer: remove extra spaces from table cellsAlbert Krewinkel
2020-01-01LaTeX writer: properly handle unnumbered headings level 4+.John MacFarlane
2019-12-21HTML writer: more tweaks to avoid round-trip failures...John MacFarlane
2019-12-21Fix regression with --number-sections.John MacFarlane
2019-12-20Jira writer: use jira-wiki-markup rendererAlbert Krewinkel
2019-12-17Improved --toc generation.John MacFarlane