aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
AgeCommit message (Expand)AuthorFilesLines
2020-05-16Docx writer: enable column and row bands for tables.John MacFarlane1-1/+6
2020-05-16OpenDocument writer: add custom-style "Abstract" in metadata abstract.John MacFarlane1-1/+8
2020-05-16OpenDocument/ODT writer: enable custom-style attribute on a Div.John MacFarlane1-2/+6
2020-05-14Fix underline in RTF writer.John MacFarlane1-1/+1
2020-05-12LaTeX writer: create hypertarget for links with identifier.John MacFarlane1-23/+27
2020-05-02LaTeX Writer: Add support for customizable alignment of columns in beamer (#6...andrebauer1-5/+24
2020-04-30PowerPoint writer: write math input verbatim in speaker notes.Jesse Rosenthal1-6/+12
2020-04-28Support new Underline element in readers and writers (#6277)Vaibhav Sagar29-3/+107
2020-04-24RST writer: properly handle images with same alt text.John MacFarlane1-7/+18
2020-04-22AsciiDoc writer: add blank line after Div.John MacFarlane1-1/+1
2020-04-20Haddock Writer: Support Haddock tablesJoe Hermaszewski1-1/+1
2020-04-18Fix round-trip bug with HTML tables....John MacFarlane1-9/+13
2020-04-17Markdown writer: avoid unnecessary escapes before intraword `_`John MacFarlane1-1/+6
2020-04-17API change: use PandocError for exceptions in Lua subsystemAlbert Krewinkel1-18/+9
2020-04-15Modify toLegacyTable to cut up cells, add testsdespresc1-8/+43
2020-04-15Use the new builders, modify readers to preserve empty headersdespresc4-5/+5
2020-04-15Adapt to the newest Table type, fix some previous adaptation issuesdespresc31-56/+96
2020-04-15Remove the onlySimpleCellBodies function from Shareddespresc3-3/+3
2020-04-15Implement the new Table typedespresc32-181/+239
2020-04-11LaTeX writer: ensure that `-M csquotes` works even in fragment mode.John MacFarlane1-10/+11
2020-04-04Jira: support citations, attachment links, and user linksAlbert Krewinkel1-3/+25
2020-04-01Docbook writer: Add personname element to docbook author.John MacFarlane1-1/+2
2020-03-31Markdown writer: ensure consistent padding for pipe tables.John MacFarlane1-2/+2
2020-03-31Jira writer: convert spans with class `underline` to inserted textAlbert Krewinkel1-1/+9
2020-03-30Jira writer: add image attributesAlbert Krewinkel1-1/+13
2020-03-30Fix #6228 (#6230)Joseph C. Sible1-3/+3
2020-03-29Clean up and simplify Text.Pandoc.Writers.Docx (#6229)Joseph C. Sible1-56/+48
2020-03-29Clean up some fmaps (#6226)Joseph C. Sible2-5/+5
2020-03-22Finer grained imports of Text.Pandoc.Class submodules (#6203)Albert Krewinkel38-48/+48
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