aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
AgeCommit message (Expand)AuthorFilesLines
2018-10-26Rename Groff -> Roff.John MacFarlane3-5/+5
2018-10-26Text.Pandoc.Lua: move globals handling to separate moduleAlbert Krewinkel1-30/+8
2018-10-26Man writer: don't wrap .SH and .SS lines.John MacFarlane1-1/+1
2018-10-25Muse writer: add support for grid tablesAlexander Krotov1-23/+35
2018-10-24Ms writer - removed old escapeBar.John MacFarlane1-8/+2
2018-10-24Rename manEscapes -> standardEscapesJohn MacFarlane1-2/+2
2018-10-23Groff writer character escaping changes.John MacFarlane3-46/+56
2018-10-23Fix Muse writer styleAlexander Krotov1-42/+42
2018-10-23Muse writer: use length instead of realLength to calculate definition indenta...Alexander Krotov1-1/+2
2018-10-22Groff writers escaping changes.John MacFarlane1-22/+24
2018-10-22T.P.Writers.Groff - don't export escapeChar.John MacFarlane2-2/+1
2018-10-23Muse writer: do not insert newline before listsAlexander Krotov1-3/+3
2018-10-23Muse writer: code cleanupAlexander Krotov1-4/+2
2018-10-22Reduce code duplication in Muse writerAlexander Krotov1-34/+18
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