aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
AgeCommit message (Expand)AuthorFilesLines
2017-10-06Use mathjax 2.7.2 by default.John MacFarlane1-1/+1
2017-10-05KaTeX fixes:John MacFarlane2-20/+16
2017-09-30EPUB writer: simplified some functions.John MacFarlane1-24/+18
2017-09-30Removed writerSourceURL, add source URL to common state.John MacFarlane6-6/+6
2017-09-27RST writer: add header anchors when header has non-standard id.John MacFarlane1-1/+6
2017-09-08Write euro symbol directly in LaTeXAndrew Dunning1-6/+0
2017-09-07Markdown writer: Escape pipe characters when `pipe_tables` enabled.John MacFarlane1-0/+1
2017-09-07LaTeX writer: use proper code for list enumerators.John MacFarlane1-2/+13
2017-09-05Markdown writer: make Span with null attribute transparent.John MacFarlane1-4/+3
2017-09-04Plain writer: don't use   to separate list and indented code.John MacFarlane1-3/+6
2017-09-01Org writer: stop using raw HTML to wrap divsAlbert Krewinkel1-37/+26
2017-08-29Add a type sig to satisfy ghc 7.10.3.John MacFarlane1-0/+1
2017-08-28HTML writer: ensure we don't get two style attributes for width & height.John MacFarlane1-2/+8
2017-08-26Markdown writer: don't crash on Str "".John MacFarlane1-1/+1
2017-08-17RST reader/writer: support unknown interpreted text roles...John MacFarlane1-1/+6
2017-08-17slidy uses https instead of http (#3848)ickc1-1/+1
2017-08-16Update to hslua-0.8.0Albert Krewinkel1-0/+6
2017-08-15Docx writer: fixed a regression (infinite loop on certain lists).John MacFarlane1-2/+2
2017-08-14Implement multicolumn support for slide formats.John MacFarlane2-3/+28
2017-08-13CommonMark writer: prefer pipe tables to HTML tables...John MacFarlane1-3/+2
2017-08-13Markdown writer: Use pipe tables if `raw_html` disabled...John MacFarlane1-2/+10
2017-08-13Added some Functor constraints needed for ghc 7.8.John MacFarlane1-2/+2
2017-08-13Delete Text.Pandoc.Lua.SharedInstancesAlbert Krewinkel1-1/+0
2017-08-13Use hslua >= 0.7, update Lua codeAlbert Krewinkel1-128/+109
2017-08-12Docx writer: pass through comments.John MacFarlane1-8/+47
2017-08-12Escape MetaString values (as added with --metadata flag).John MacFarlane1-6/+8
2017-08-11Added support for translations (localization) (see #3559).John MacFarlane4-7/+7
2017-08-10Remove writerUserDataDir from WriterOptions.John MacFarlane1-1/+0
2017-08-10Removed datadir param from readDataFile and getDefaultTemplate.John MacFarlane3-5/+3
2017-08-10Expose getDefaultDataFile in both Shared and Class.John MacFarlane1-1/+1
2017-08-10Slidy writer: use h1 for all slides...John MacFarlane1-1/+5
2017-08-09RST writer: don't wrap term in definition list.John MacFarlane1-1/+1
2017-08-09EPUB writer: don't strip formatting in TOC.John MacFarlane1-10/+23
2017-08-08Muse writer: insert two blanklines between lists of the same type (#3844)Alexander1-1/+23
2017-08-08CommonMark writer: avoid excess blank lines at end of output.John MacFarlane1-1/+1
2017-08-08CommonMark writer: support `hard_line_breaks`, `smart`.John MacFarlane1-8/+15
2017-08-08Writers.Shared.unsmartify: undo literal double curly quotes.John MacFarlane1-0/+3
2017-08-08CommonMark writer: Support pipe tables.John MacFarlane1-16/+75
2017-08-08CommonMark writer: support table, strikethrough extensions...John MacFarlane1-59/+90
2017-08-07Remove GFM modules; use CMarkGFM for both gfm and commonmark.John MacFarlane2-190/+1
2017-08-07Man writer: removed some unneeded imports.John MacFarlane1-2/+0
2017-08-07Man writer: avoid error for def lists with no definitions.John MacFarlane1-9/+12
2017-08-07Added gfm (GitHub-flavored CommonMark) as an input and output format.John MacFarlane1-0/+189
2017-08-06LaTeX writer: Don't use figure inside table cell.John MacFarlane1-2/+4
2017-08-02DokuWiki reader: better handling for code block in list item.John MacFarlane1-2/+8
2017-07-30Markdown writer: better escaping of `<` and `>`.John MacFarlane1-2/+6
2017-07-26Sorted the list of supported HTML5 attributes and removed duplicates. (#3817)Wandmalfarbe1-80/+46
2017-07-26HTML writer: render raw inline environments when --mathjax used.John MacFarlane1-3/+8
2017-07-25HTML writer: insert data- in front of unsupported attributes.John MacFarlane1-48/+309
2017-07-13Use foldrWithKey instead of deprecated foldWithKey.John MacFarlane1-1/+1