aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
AgeCommit message (Expand)AuthorFilesLines
2016-11-26Allow to overwrite top-level division type heuristics (#3258)Albert Krewinkel4-11/+17
2016-11-24LaTeX writer: use `\autocites*` when "suppress-author" citation used.John MacFarlane1-2/+3
2016-11-23Fixed some bugs in Pretty that caused blank lines in tables.John MacFarlane1-1/+1
2016-11-22Docx writer: Give full detail when there are errors converting tex math.John MacFarlane1-1/+2
2016-11-22Put 'warn' in MonadIO. Add warnings for math conversions in docx.John MacFarlane2-4/+6
2016-11-20LaTeX writer: ensure that simple tables have simple cells.John MacFarlane1-1/+8
2016-11-19Fix for calculation of column widths for aligned multiline tablesBjörn Peemöller1-8/+20
2016-11-18Docx writer: fixed XML markup for empty cells.John MacFarlane1-1/+1
2016-11-18Markdown writer: Use bracketed form for native spans...John MacFarlane1-4/+11
2016-11-15Adjust widths in Markdown grid tables so that they match on round-trip.John MacFarlane1-1/+1
2016-11-15Allow alignments to be specified in Markdown grid tables.John MacFarlane1-9/+29
2016-11-15Markdown writer: fixed inconsistent spacing issue.John MacFarlane1-12/+20
2016-11-12Markdown writer: Fix escaping of spaces in super/subscript.John MacFarlane1-37/+39
2016-11-08Inline code when text has a special styleHubert Plociniczak1-1/+2
2016-11-02Docx writer: Handle title text in images.Jesse Rosenthal1-2/+2
2016-10-25reveal.js: don't change slide title to level 1 header.John MacFarlane1-3/+1
2016-10-23ICML writer: replace partial function (!!) in table handling (#3175)Mauro Bieg1-5/+5
2016-10-19Add option for top-level division typeAlbert Krewinkel4-44/+62
2016-09-13TEI writer: remove heuristic to detect book templateAlbert Krewinkel1-9/+5
2016-09-06Add --parts command line option to LaTeX writer.Oliver Matthews1-10/+17
2016-10-17Org writer: drop space before footnote markersAlbert Krewinkel1-1/+1
2016-10-13Markdown writer: Abstract out note/ref function.Jesse Rosenthal1-28/+22
2016-10-13Add support for the LineBlock element to writersAlbert Krewinkel24-28/+102
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