aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
AgeCommit message (Expand)AuthorFilesLines
2018-10-22hlint Muse writerAlexander Krotov1-5/+3
2018-10-21Muse writer: use lightweight markup after </em> tagAlexander Krotov1-0/+1
2018-10-20Powerpoint: Support raw openxml in pptx writer.Jesse Rosenthal2-12/+25
2018-10-19Man writer: avoid unnecessary `.RS`/`.RE` pair in defn lists.John MacFarlane1-1/+3
2018-10-18Remove unneeded import.John MacFarlane1-1/+0
2018-10-18Groff escaping changes.John MacFarlane3-48/+54
2018-10-18Add Text.Pandoc.GroffChar.John MacFarlane1-20/+2
2018-10-17man/ms writers: use `\[at]` for escaped `@`.John MacFarlane1-1/+1
2018-10-17Move common groff functions to Text.Pandoc.Writers.GroffJohn MacFarlane4-151/+155
2018-10-17Man writer: use \f[R] instead of \f[] to reset fontAlexander Krotov1-2/+2
2018-10-14Markdown writer: ensure blank between raw block and normal content.John MacFarlane1-0/+7
2018-10-14Custom writer: provide PANDOC_DOCUMENT instead of Setup functionAlbert Krewinkel1-18/+26
2018-10-13Custom writer: give full access to doc in optional Setup function (#4967)Albert Krewinkel1-1/+16
2018-10-09Docx writer: added framework for custom properties.John MacFarlane1-1/+20
2018-10-09hlint Muse writerAlexander Krotov1-4/+4
2018-10-08LaTeX writer with `--listings`: don't pass through org-babel attributes.John MacFarlane1-1/+4
2018-10-08LaTeX writer: with `--biblatex`, use `\autocite` when possible.John MacFarlane1-13/+21
2018-10-08ODT writer: improve metadata.John MacFarlane1-7/+26
2018-10-07Docx writer: handle tables in table cells.John MacFarlane1-2/+7
2018-10-07Revert export of hasSimpleCells from T.P.Writers.Shared.John MacFarlane1-18/+0
2018-10-06RST writer: use simple tables when possible.John MacFarlane2-4/+52
2018-10-05CommonMark writer: add plain text fallbacks. (#4531)quasicomputational3-39/+73
2018-10-05OpenDocument writer: Implement table caption numbering (#4949)Nils Carlson1-36/+53
2018-10-04KaTeX: don't use autorenderer.John MacFarlane2-6/+6
2018-10-04Add lookupMeta* functions to Text.Pandoc.Writers.Shared (#4907)Mauro Bieg5-57/+67
2018-10-03OpenDocument writer: make 'Figure' term sensitive to `lang` in metadata.John MacFarlane1-9/+16
2018-10-03Text.Pandoc.Writers.Shared: added `metaValueToString`.John MacFarlane1-0/+9
2018-10-03OpenDocument writer: Implement figure numbering in captions (#4944)Nils Carlson1-1/+13
2018-10-02Removed Text.Pandoc.Groff.John MacFarlane3-2/+11
2018-10-02OpenDocument writer: improve bullet/numbering alignment.John MacFarlane1-4/+12
2018-10-01Shared: new export `splitSentences` [API change].John MacFarlane2-52/+0
2018-10-01Lua filters: report traceback when an error occursAlbert Krewinkel1-2/+2
2018-09-30Implement `--ascii` (`writerPreferAscii`) in writers, not App.John MacFarlane8-54/+132
2018-09-29LaTeX writer: Fix description lists contining highlighted code.John MacFarlane1-2/+4
2018-09-27HTML writer: avoid adding extra section nestings for revealjs.John MacFarlane1-1/+1
2018-09-27JATS writer: remove 'role' attribute on 'bold' and 'sc' elements.John MacFarlane1-3/+2
2018-09-27HTML writer: omit unknown attributes in EPUB2 output.John MacFarlane1-8/+140
2018-09-24Use hslua v1.0.0Albert Krewinkel1-69/+74
2018-09-24Merge pull request #4921 from pyssling/masterJohn MacFarlane1-13/+21
2018-09-24RTF writer: Fix build failure with ghc-8.6.1 caused by missing MonadFail inst...Jonas Scholl1-2/+4
2018-09-23ODT Writer: Improve table header row style handlingNils Carlson1-13/+21
2018-09-22LaTeX writer: fix a use of `last` that might take empty list.John MacFarlane1-3/+3
2018-09-20Fix compiler warning.John MacFarlane1-1/+1
2018-09-20ConTeXt writer: change `\` to `/` in Windows image paths.John MacFarlane1-1/+6
2018-09-19Markdown reader: distinguish autolinks in the AST.John MacFarlane2-8/+5
2018-09-16Muse writer: replace newlines in strings with spacesAlexander Krotov1-1/+7
2018-09-16Muse writer: output headers without asterisks if not on the top levelAlexander Krotov1-2/+3
2018-09-15Docx writer: add MetaString case for abstract, subtitle (#4905)Mauro Bieg1-0/+2
2018-09-12Muse writer: never wrap definition list termsAlexander Krotov1-1/+1
2018-09-11Muse writer: set envInsideBlock = True when rendering notesAlexander Krotov1-1/+2