aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
AgeCommit message (Expand)AuthorFilesLines
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
2019-04-05More fixes to beamer table footnotes.John MacFarlane1-14/+19
2019-04-05LaTeX writer: rename stInMinipage -> stExternalNotesJohn MacFarlane1-13/+14
2019-04-05Make footnotes work properly in beamer tables.John MacFarlane1-0/+6
2019-04-05PowerPoint writer code style fixJesse Rosenthal1-30/+14
2019-04-04PowerPoint writer: Always open up in slide viewJesse Rosenthal1-8/+26
2019-04-02Add XWiki Support (#4167)Derek Chen-Becker2-1/+267
2019-04-01PowerPoint writer: Remove handoutsMasterList from template presentation.xmlJesse Rosenthal1-7/+9
2019-04-01PowerPoint writer: Build sp trees correctlyJesse Rosenthal1-17/+19
2019-04-01PowerPoint writer: Correct application of reference doc for contentJesse Rosenthal1-30/+16
2019-04-01PowerPoint writer: Make default placeholder type for template lookupJesse Rosenthal1-18/+42
2019-03-31Pptx writer: Apply speaker snotes to metadata slide if applicable.Jesse Rosenthal1-15/+35
2019-03-30Pptx writer: Correctly handle notes after section-title headerJesse Rosenthal1-3/+4
2019-03-30ipynb reader/writer: use format 'ipynb' for raw cell where no format given.John MacFarlane1-3/+6
2019-03-29ipynb writer - consolidate adjacent raw blocks.John MacFarlane1-2/+10
2019-03-29LaTeX writer: Avoid inadvertently creating ?` or !` ligatures.John MacFarlane1-0/+8
2019-03-28HTML writer: Don't add data- prefix to RDFa attributes.John MacFarlane1-2/+19
2019-03-28Ipynb writer: fixed carry-over of nbformat from metadata.John MacFarlane1-1/+1
2019-03-28Shared - improve metaToJSON with numbers.John MacFarlane1-5/+8
2019-03-28Markdown writer: better rendering of numbers.John MacFarlane1-1/+4
2019-03-28Markdown writer: proper rendering of empty map in YAML metadata.John MacFarlane1-1/+3
2019-03-28Use strict instead of lazy sum.John MacFarlane1-2/+2
2019-03-27ipynb writer: preserve nbformat_minor if it's given.John MacFarlane1-2/+10
2019-03-27Writers.Shared.metaValueToJSON: use Number Values for integers.John MacFarlane1-4/+9
2019-03-26JATS writer: Ensure that plain strings go inside `<pub-id>` tag.John MacFarlane1-1/+9
2019-03-22LaTeX writer: Fix footnotes in table caption and cells.John MacFarlane1-13/+11