aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
AgeCommit message (Expand)AuthorFilesLines
2016-09-02Remove Compat.MonoidJesse Rosenthal2-2/+2
2016-08-27Translate NARROW NO-BREAK SPACE into LaTeX.Vaclav Zeman1-0/+1
2016-08-27Man writer: allow section numbers that are not a single digit.John MacFarlane1-5/+5
2016-08-20Org writer: translate language identifiersAlbert Krewinkel1-5/+23
2016-08-18Org writer: ensure link targets are paths or URLsAlbert Krewinkel1-5/+23
2016-08-18Org writer: ensure blank line after figureAlbert Krewinkel1-1/+1
2016-08-18Org writer: remove blank line after figure captionAlbert Krewinkel1-3/+2
2016-08-15Docx Writer: change dynamic style keyJesse Rosenthal1-1/+1
2016-08-15Docx writer: Inject text properties as well.Jesse Rosenthal1-3/+20
2016-08-15Docx Writer: Keep track of dynamic text props too.Jesse Rosenthal1-0/+3
2016-08-15Docx writer: Allow dynamic styles on spans.Jesse Rosenthal1-1/+5
2016-08-15Docx writer: Inject new paragraph propertiesJesse Rosenthal1-4/+23
2016-08-15Docx Writer: Have state keep track of dynamic styles.Jesse Rosenthal1-2/+6
2016-08-13Docx Writer: Implement user-defined styles.Jesse Rosenthal1-0/+6
2016-08-06LaTeX writer: don't use * for unnumbered paragraph, subparagraph.John MacFarlane1-2/+2
2016-07-14Fixed compiler warnings.John MacFarlane2-2/+1
2016-07-14Docx Writer: Use actual creation time as doc propJesse Rosenthal1-4/+3
2016-07-05Org writer: improve Div handlingAlbert Krewinkel1-7/+41
2016-07-03Allow 'standout' as a beamer frame option.John MacFarlane1-1/+1
2016-07-01LaTeX writer: don't URI-escape image source.John MacFarlane1-1/+1
2016-07-01ZimWiki writer: removed commented out code that confused Haddock.John MacFarlane1-8/+8
2016-06-30Added Zim Wiki writer, template and tests.Alex Ivkin1-0/+361
2016-07-01Docx writer: set paragraph to FirstPara after display mathJesse Rosenthal1-0/+1
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