aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
AgeCommit message (Expand)AuthorFilesLines
2020-09-21Sort YAML metadata keys in Markdown output case-insensitive.John MacFarlane1-2/+2
2020-09-19Asciidoctor images (#6671)argent01-26/+41
2020-09-19Add CSS to default HTML template (#6601)Mauro Bieg1-0/+2
2020-09-15LaTeX writer: fix spacing issue with list in definition list.John MacFarlane1-3/+20
2020-09-13HTML writer: support intermediate table headersAlbert Krewinkel1-4/+10
2020-09-13HTML writer: support attributes on all table elementsAlbert Krewinkel1-6/+10
2020-09-13Fix hlint suggestions, update hlint.yaml (#6680)Christian Despres20-126/+115
2020-09-12HTML writer: render table footers if presentAlbert Krewinkel1-23/+50
2020-09-12[API change] Rename Writers.Tables and its contents (#6679)Christian Despres3-311/+320
2020-09-11Use the original tail instead of deconstructing and reconstructing it (#6678)Joseph C. Sible1-2/+2
2020-09-10Changed default link state to invisible (#6676)Leonard Rosenthol1-1/+1
2020-09-10Support colspans and rowspans in HTML tables (#6644)Albert Krewinkel1-65/+187
2020-09-10Implement support for internal document links in ICML (#6606)Leonard Rosenthol1-59/+95
2020-09-05Add Writers.Tables helper functions and types, add tests for those (#6655)Christian Despres1-0/+291
2020-08-24Docx writer: separate adjacent tables.John MacFarlane1-1/+9
2020-08-21HTML writer: Fix addition of doc-biblioentry role.John MacFarlane1-1/+1
2020-08-09Remove `fenced_code_blocks` and `backtick_code_blocks` from...John MacFarlane1-6/+12
2020-07-31Org writer: don't force blank line after headersAlbert Krewinkel1-1/+1
2020-07-29Writers/Shared: add missing function docsAlbert Krewinkel1-7/+21
2020-07-23Markdown writer: use numerical labels for refs...John MacFarlane1-5/+9
2020-07-23Add `raw_markdown` extension affecting `ipynb` reader.John MacFarlane1-2/+2
2020-07-22Docx writer: support --number-sections.John MacFarlane1-4/+17
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