aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
AgeCommit message (Expand)AuthorFilesLines
2016-10-11Markdown writer: Allow footnotes/refs at the end of blocks, sectionsJesse Rosenthal1-21/+64
2016-10-11Add ReaderT monad for environment variables.Jesse Rosenthal1-64/+78
2016-10-10More checks for Ext_raw_html when rendering HTML in Markdown.John MacFarlane1-5/+9
2016-10-05Docx writer: Move one more env var to Reader monadJesse Rosenthal1-6/+5
2016-10-05Docx writer: code legibility fixups.Jesse Rosenthal1-5/+6
2016-10-04Docx writer: Clean up and streamline RTL behaviorJesse Rosenthal1-71/+77
2016-10-04Docx writer: move a couple more vars to ReaderTJesse Rosenthal1-21/+29
2016-10-03Clean up commented-out codeJesse Rosenthal1-12/+0
2016-10-03Remove bool on setRTL.Jesse Rosenthal1-17/+13
2016-10-03Filter text/para props correctly.Jesse Rosenthal1-2/+2
2016-10-03Add a boolean flag to the setRTL function.Jesse Rosenthal1-5/+5
2016-10-03Test for "dir" metadata.Jesse Rosenthal1-2/+7
2016-10-03Add setRTL and setLTR functions.Jesse Rosenthal1-8/+41
2016-10-03Move more enviroment vars to Reader Monad.Jesse Rosenthal1-62/+52
2016-10-03Add ReaderT env to the docx writer:Jesse Rosenthal1-8/+17
2016-10-02EPUB writer: use stringify instead of plain writer for metadata.John MacFarlane1-6/+4
2016-10-02AsciiDoc writer: avoid unnecessary use of "unconstrained" emphasis.John MacFarlane1-7/+17
2016-09-28Merge pull request #3093 from wilx/master-figure-placementJohn MacFarlane1-1/+1
2016-09-20LaTeX writer: change braced backtick to \textasciigrave{}Jesse Rosenthal1-1/+1
2016-09-19LaTeX writer: enclose backtick in `{}` in verbatimJesse Rosenthal1-0/+1
2016-09-06DocBook writer: include an anchor element when a div or span has an id.John MacFarlane1-2/+9
2016-09-02Remove Compat.MonoidJesse Rosenthal2-2/+2
2016-08-29LaTeX: Do not set [htbp] figure placement options.Vaclav Zeman1-1/+1
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