aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
AgeCommit message (Expand)AuthorFilesLines
2019-07-14Muse: add RTL supportAlexander Krotov1-5/+9
2019-07-13Merge pull request #5590 from blmage/fix-4206John MacFarlane1-7/+16
2019-07-13Man writer: Improved definition list term output.John MacFarlane1-2/+10
2019-07-13Man writer: fixed boldfacing of definition terms.John MacFarlane1-2/+2
2019-07-13EPUB writer: Use svg tag wrapper for cover image.John MacFarlane1-2/+12
2019-07-12Pass through aria- attributes to HTML5.John MacFarlane1-0/+1
2019-07-02Fix redundant constraint warnings. (#5625)Pete Ryland1-3/+3
2019-06-21JATS Writer: do not emit empty <fn-group> (#5595)Mauro Bieg1-1/+3
2019-06-18Do not override existing "fileN" medias when writing to EPUB format (fix #4206)blmage1-7/+16
2019-06-14Powerpoint code formatting is now context dependent (#5573)Jeroen de Haas2-21/+53
2019-06-12OpenDocument writer: Avoid duplicate attributes.John MacFarlane1-20/+23
2019-06-11LaTeX writer: Don't highlight code in headings.John MacFarlane1-3/+4
2019-06-11JATS writer: ensure validity of pub-date.John MacFarlane1-0/+22
2019-06-11JATS writer: don't use break element for LineBreak.John MacFarlane1-1/+2
2019-06-11JATS writer: wrap elements with p when needed.John MacFarlane1-5/+43
2019-06-10LaTeX writer: Use mbox to get proper behavior inside `\sout`.John MacFarlane1-6/+6
2019-06-10Asciidoc writer: use doubled ## when necessary for spans.John MacFarlane1-1/+3
2019-06-10Asciidoc writer: ensure correct nesting strong/emph.John MacFarlane1-0/+2
2019-06-08Roll back automatic figure/table numbering in ODT/OpenDocument.John MacFarlane1-2/+11
2019-06-07LaTeX writer: Include inline code attributes with `--listings`.John MacFarlane1-4/+12
2019-06-05Add jira writer (#5548)Albert Krewinkel1-0/+322
2019-06-04Fix document section assignments in EPUB writer.John MacFarlane1-4/+7
2019-06-03Avoid unwanted interpretation of def list term as other kind of block,John MacFarlane1-4/+4
2019-06-01Textile writer: fix closing tag for math outputAlbert Krewinkel1-1/+1
2019-05-29HTML writer: output video and audio elementsmb211-30/+22
2019-05-28HTML writer: emit empty alt tag in figures (#5518)Mauro Bieg1-1/+1
2019-05-27EPUB writer: don't include 'landmarks' if there aren't any.John MacFarlane1-9/+10
2019-05-27consolidate simple-table detection (#5524)Mauro Bieg3-34/+6
2019-05-25Muse writer: do not escape empty line after <br>Alexander Krotov1-4/+5
2019-05-22Markdown writer: Ensure the code fence is long enough.John MacFarlane1-11/+10
2019-05-21Markdown writer: fix small error in ed73bd28Jesse Rosenthal1-4/+3
2019-05-21Markdown writer: Handle labels with integer namesJesse Rosenthal1-3/+20
2019-05-16JATS writer: properly handle footnotes.John MacFarlane1-7/+24
2019-05-15FB2 writer: do not wrap note references into <sup> and bracketsAlexander Krotov1-1/+1
2019-05-15hlint FB2 writerAlexander Krotov1-27/+22
2019-05-12Org writer: always indent src blocks content by 2 spacesAlbert Krewinkel1-3/+1
2019-05-05Asciidoc writer: use `` `+...+` `` form for inline code.John MacFarlane1-1/+1
2019-05-05Asciidoc writer: use proper smart quotes with asciidoctor.John MacFarlane1-4/+10
2019-05-05LaTeX writer: don't produce columns environment unless beamer.John MacFarlane1-2/+2
2019-05-04HTML writer: don't add variation selector if it's already there.John MacFarlane1-1/+4
2019-05-04FB2 writer: use genre metadata field (#5478)John1-1/+4
2019-05-04JATS writer: fix citations with PMID so they validate.John MacFarlane1-6/+10
2019-05-04Improve c4a81fb941adf6c3bf524916c46623685d276f32.John MacFarlane1-1/+1
2019-05-03metaToJSON: treat digits starting with 0 as a string...John MacFarlane1-0/+3
2019-05-01Fix footnote in image caption.John MacFarlane1-10/+16
2019-04-30HTML: prevent gratuitious emojification on iOS.John MacFarlane1-1/+10
2019-04-23EPUB writer: Ensure unique ids for styleesheets in content.opf.John MacFarlane1-3/+3
2019-04-20HTML writer: Add class="heading" to level 7+ Headers...John MacFarlane1-1/+1
2019-04-16Tigthen up fix to #5446.John MacFarlane1-2/+2
2019-04-15RST writer: treat Span as transparent.John MacFarlane1-0/+3