aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
AgeCommit message (Expand)AuthorFilesLines
2016-02-20Merge pull request #2668 from monofon/fix/yaml-metadata-block-bottom-lineJohn MacFarlane1-1/+1
2016-02-18LaTeX writer: clean up options parser.Jesse Rosenthal1-3/+4
2016-02-18LaTeX writer: treat memoir template with `article` opt as articleJesse Rosenthal1-6/+21
2016-02-05Custom writer: Pass attributes parameter to CaptionedImage.John MacFarlane1-2/+2
2016-02-03HTML writer: don't include alignment attribute for default table columns.John MacFarlane1-2/+5
2016-01-22Changed type of Shared.uniqueIdent argument from [String] to Set String.John MacFarlane4-11/+15
2016-01-21Merge pull request #2638 from c-forster/teiwriterJohn MacFarlane1-0/+320
2016-01-21Markdown writer: Use hyphens for yaml metadata block bottom lineHenrik Tramberend1-1/+1
2016-01-20LaTeX writer: Allow more flexible table alignmentHenrik Tramberend1-1/+1
2016-01-19Added some entity tests in Markdown reader tests.John MacFarlane1-6/+6
2016-01-19Add TEI Writer.csforste1-0/+320
2016-01-14HTML writer: harmless code simplification.John MacFarlane1-34/+32
2016-01-13Org writer - pass through RawInline with format "org".John MacFarlane1-2/+7
2016-01-09LaTeX writer: restore old treatment of Span.John MacFarlane1-17/+15
2016-01-05RST, Markdown writers: Fixed rendering of grid tables with blank rows.John MacFarlane2-2/+2
2016-01-02MediaWiki writer: fix spacing issues.John MacFarlane1-1/+5
2015-12-29Use cmark 0.5.John MacFarlane1-17/+17
2015-12-22ConTeXt writer: set default layout based on margin-left, etc.John MacFarlane1-0/+10
2015-12-22LaTeX writer: create defaults for geometry using margin-left etc.John MacFarlane1-1/+10
2015-12-19LaTeX/Beamer template changes (Thomas Hodgson):John MacFarlane1-0/+1
2015-12-19Added needed import of FromJSON.John MacFarlane1-1/+1
2015-12-19Fix language code for Czech (cs not cz)John MacFarlane2-2/+1
2015-12-19Merge branch 'master' of https://github.com/AndreasLoow/pandoc into AndreasLo...John MacFarlane1-1/+6
2015-12-17ICML writer: intersperse line breaksmb211-12/+17
2015-12-16ICML writer: added figure handling, closes #2590mb211-3/+12
2015-12-13ICML writer: removed redundant import.John MacFarlane1-1/+0
2015-12-13Merge pull request #2570 from mb21/rst-reader-imgattrsJohn MacFarlane2-27/+34
2015-12-13Fixed ICML image syntax for local files.John MacFarlane1-1/+1
2015-12-13Use posix path separators in ICML link URIs.John MacFarlane1-1/+1
2015-12-13ODT/OpenDocument writer: improved image attributesmb212-27/+34
2015-12-13AsciiDoc writer: support anchors in spans with id elements.John MacFarlane1-1/+5
2015-12-13AsciiDoc writers: Add anchors on Div elements.John MacFarlane1-1/+4
2015-12-12Restore no wrapping of XML in Docx, ODT.John MacFarlane2-2/+2
2015-12-12FB2 writer: support SoftBreak.John MacFarlane1-1/+2
2015-12-11Implemented SoftBreak and new `--wrap` option.John MacFarlane25-69/+177
2015-12-01Docx writer: better handling of PDF images.John MacFarlane1-8/+2
2015-11-24Markdown writer: use raw HTML for link/image attributes whenJohn MacFarlane1-2/+12
2015-11-23Beamer writer: mark frame as fragile when it contains verbatim.John MacFarlane1-5/+1
2015-11-23AsciiDoc writer: Fixed code blocks.John MacFarlane1-7/+6
2015-11-23Define a `meta-json` variable for all writers.John MacFarlane2-3/+6
2015-11-19Renamed link attribute extensions.John MacFarlane1-1/+1
2015-11-19Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane23-229/+443
2015-11-19Merge pull request #2532 from michaelbeaumont/fix-2530John MacFarlane1-5/+3
2015-11-19Merge pull request #2506 from adunning/patch-1John MacFarlane1-3/+0
2015-11-16Haddock writer: omit formatting inside links.John MacFarlane1-2/+2
2015-11-16ICML writer: better handling of math.John MacFarlane1-1/+3
2015-11-16HTML writer: Include `example` class for example lists.John MacFarlane1-0/+3
2015-11-15Docx writer: insert space between footnote ref and footnote.John MacFarlane1-2/+2
2015-11-14Allow more customization of opendocument styles.John MacFarlane1-2/+1
2015-11-15Interpret pauses correctly for all headersmichaelbeaumont1-5/+3