aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
AgeCommit message (Expand)AuthorFilesLines
2020-07-02Revert "Ipnyb: allow lossless round-tripping of markdown cell content."John MacFarlane1-5/+2
2020-06-30Ipnyb: allow lossless round-tripping of markdown cell content.John MacFarlane1-2/+5
2020-06-23Remove redundant pattern match in pptx writer.John MacFarlane1-3/+0
2020-06-22Handle native Underline in Powerpoint writer.John MacFarlane1-1/+1
2020-06-22Use native Underline instead of Span in JiraJohn MacFarlane1-4/+1
2020-06-17LaTeX writer: escape `^` specially for listings.John MacFarlane1-1/+1
2020-06-14Distinguish between single and double quotes when using enquote package (#6457)dbecher-ito1-1/+3
2020-05-30Change default revealjs-url to use CDN version of revealjs v4.John MacFarlane1-1/+1
2020-05-28Fixed Katex standalone script (#6399)Lucas Escot1-0/+2
2020-05-21FB2 writer: properly handle cover-image containing spaces.John MacFarlane1-2/+2
2020-05-18Use CSS in favor of <br> for display math (#6372)Lila1-13/+10
2020-05-17Org writer: clean-up Div handlingAlbert Krewinkel1-30/+59
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