aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
AgeCommit message (Expand)AuthorFilesLines
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
2018-09-11HTML writer: always output <dt> element, even if it is emptyAlexander Krotov1-3/+1
2018-09-11Muse writer: use "" instead of [] for empty StringAlexander Krotov1-1/+1
2018-09-11Muse writer: check for whitespace in the beginning and end of Str'sAlexander Krotov1-0/+2
2018-09-11Muse writer: escape -, ; and > in the beginning of stringsAlexander Krotov1-3/+6
2018-09-11Muse writer: escape list markers in the beginning of notesAlexander Krotov1-1/+4
2018-09-11Muse writer: normalize inline list before testing if tags should be usedAlexander Krotov1-19/+18
2018-09-11Muse writer: use tags instead of lightweight markup for empty stringsAlexander Krotov1-4/+9
2018-09-09Org writer: don't escape literal `_`, `^`.John MacFarlane1-1/+1
2018-09-07Fix percentage image scaling in ODT (#4881)Nils Carlson2-2/+4
2018-09-04hlint some writersAlexander Krotov9-25/+21