aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
AgeCommit message (Expand)AuthorFilesLines
2016-07-01Writers: treat SoftBreak as space for strippingJesse Rosenthal1-0/+1
2016-06-24Make --webtex work with the Markdown writer.John MacFarlane1-12/+17
2016-06-23Markdown writer: use raw HTML for simple, pipe tables with linebreaks.John MacFarlane1-1/+5
2016-06-22HTML writer: Better support for raw LaTeX environments.John MacFarlane1-12/+41
2016-06-13Org writer: support arbitrary raw inlinesAlbert Krewinkel1-3/+4
2016-06-07Docbook writer: Declare xlink namespace in Docbook5 outputIvo Clarysse1-1/+1
2016-05-31brazilian -> brazil for polyglossia.John MacFarlane1-1/+3
2016-05-23Org writer: add drawer capabilityCarlos Sosa1-0/+11
2016-05-22Org reader/writer: use CUSTOM_ID in propertiesAlbert Krewinkel1-2/+2
2016-05-20Org writer: add :PROPERTIES: drawer supportAlbert Krewinkel1-2/+21
2016-05-17LaTeX writer: Don't escape underscore in labels.John MacFarlane1-1/+1
2016-05-11Retake on strut with \minipage inside tablesJose Luis Duran1-2/+2
2016-05-09Avoid lazy foldl in LaTeX writer.John MacFarlane1-4/+5
2016-05-09Org writer: print empty table rowsAlbert Krewinkel1-1/+1
2016-05-01Merge pull request #2890 from bcdevices/docbook5-writerJohn MacFarlane1-6/+15
2016-05-01LaTeX writer: use {} around options containing special chars.John MacFarlane1-4/+9
2016-04-29Docbook5 writer: Properly handle ulink/linkIvo Clarysse1-1/+3
2016-04-29Write out Docbook 5 namespaceIvo Clarysse1-4/+7
2016-04-29HTML writer: ensure mathjax link is added when math appears in footnote.John MacFarlane1-3/+2
2016-04-29Add docbook5 writer supportIvo Clarysse1-3/+7
2016-04-27Revert "LaTeX writer: Add `\strut` to fix multiline tables"John MacFarlane1-2/+1
2016-04-26Merge pull request #2735 from mb21/patch-1John MacFarlane1-1/+1
2016-04-26Merge pull request #2829 from adunning/patch-1John MacFarlane1-7/+17
2016-04-26LaTeX writer: ignore --incremental unless -t beamer.John MacFarlane1-1/+2
2016-04-01LaTeX writer: Add missing languages.Andrew Dunning1-7/+17
2016-03-30Recognize `la-x-classic` as Classical Latin.Andrew Dunning1-0/+2
2016-03-26EPUB writer: set 'navpage' variable on nav page.John MacFarlane1-1/+2
2016-03-25Removed two superfluous lines.John MacFarlane1-2/+0
2016-03-24LaTeX writer: better positioning for hypertarget in figures.John MacFarlane1-16/+23
2016-03-24LaTeX writer: Fixed position of label in figures.John MacFarlane1-3/+3
2016-03-20LaTeX Writer: fix polyglossia to babel env mappingMauro Bieg1-1/+1
2016-03-19Merge pull request #2637 from mb21/latex-figure-labelJohn MacFarlane1-19/+24
2016-03-18ConTeXt writer: fix whitespace at line beginning in line blocks.John MacFarlane1-1/+11
2016-03-18LaTeX writer: Avoid double toprule in headerless table with caption.John MacFarlane1-7/+10
2016-03-10 Docx Writer: handle image alt textmb211-2/+2
2016-03-08DokuWiki writer: use $$ for display math.John MacFarlane1-1/+4
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-10LaTeX writer: figure labelmb211-19/+24