aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
AgeCommit message (Expand)AuthorFilesLines
2020-07-19Markdown writer: move asciify out of escapeString.John MacFarlane1-9/+9
2020-07-19Remove use of cmark-gfm for commonmark/gfm rendering.John MacFarlane2-429/+96
2020-07-19Markdown writer: use unicode super/subscript characters...John MacFarlane1-18/+44
2020-07-19Markdown writer: render caption as following paragraph...John MacFarlane1-2/+5
2020-07-19Merge pull request #6495 from tarleb/html5-figure-accessiblityJohn MacFarlane1-2/+10
2020-07-17Jira writer: keep image caption as alt attributeAlbert Krewinkel1-10/+12
2020-07-12Merge pull request #6513 from brisad/masterJohn MacFarlane1-1/+3
2020-07-12Ms writer: fix code highlighting with blank lines.John MacFarlane1-5/+5
2020-07-08Escape starting periods in ms writer code blocksMichael Hoffmann1-1/+3
2020-07-02Revert "Ipnyb: allow lossless round-tripping of markdown cell content."John MacFarlane1-5/+2
2020-07-01HTML writer: improve alt-text/caption handling for HTML5Albert Krewinkel1-2/+10
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