aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
AgeCommit message (Expand)AuthorFilesLines
2017-02-25AsciiDoc writer: use PandocMonad throughout.John MacFarlane1-24/+36
2017-02-25Docx writer: use Set for dynamic styles to avoid duplicates.John MacFarlane1-8/+10
2017-02-25Docx writer: bookmarks for Span with id.John MacFarlane1-45/+58
2017-02-25Docx writer bookmark improvements.John MacFarlane1-21/+29
2017-02-24Use catchError instead of runExceptT.John MacFarlane3-57/+68
2017-02-24Implemented `\graphicspath` in LaTeX reader.John MacFarlane1-68/+78
2017-02-23Removed `\strut` at beginning of table cells.John MacFarlane1-1/+1
2017-02-23Special-case .stretch class for images in reveal.js.John MacFarlane1-6/+21
2017-02-22imageSize interface changemb214-4/+4
2017-02-22make imageSize recognize basic SVG dimensions, see #3462mb211-0/+1
2017-02-21MediaWiki writer: Remove newline before `</ref>`.John MacFarlane1-2/+2
2017-02-21MediaWiki writer: add display attribute on `<math>` tags.John MacFarlane1-2/+5
2017-02-21MediaWiki writer: Updated list of syntax highlighting languages.John MacFarlane1-17/+641
2017-02-20Use lazy loading for reveal.js slide shows.John MacFarlane1-7/+18
2017-02-17Added warnings for non-rendered blocks to some writers.John MacFarlane10-76/+133
2017-02-17FB2 writer: don't render RawBlock as code.John MacFarlane1-4/+7
2017-02-15ZimWiki writer: removed internal formatting from note and table cells, becaus...Alex Ivkin1-24/+54
2017-02-12Do not strip # from Org anchor linksAlexander Krotov1-1/+1
2017-02-11RST reader/writer: properly handle table captions.John MacFarlane1-4/+5
2017-02-11HTML writer: report when not rendering raw inline/block.John MacFarlane1-3/+8
2017-02-11Use new warnings throughout the code base.John MacFarlane7-31/+29
2017-02-05Handle language in inline code with --listings.John MacFarlane1-4/+9
2017-02-05Removed redundant import.John MacFarlane1-1/+0
2017-02-04Changed writerEpubMetadata to a Maybe String.John MacFarlane1-1/+1
2017-02-04Improved escaping in RST writer with smart option.John MacFarlane1-6/+20
2017-02-04Org writer: reduce to two spaces after bulletsAlbert Krewinkel1-2/+2
2017-02-04Markdown writer: Better escaping when +smart.John MacFarlane1-17/+21
2017-02-04Implemented +/-smart in rst writer.John MacFarlane3-15/+29
2017-02-03HTML and DocBook writers: fix internal links with writerIdentifierPrefix opt ...Mauro Bieg2-4/+6
2017-02-02Org.hs: remove misleading commentAlexander Krotov1-1/+0
2017-02-01Reduce state in Org writer (#3404)Alexander Krotov1-8/+3
2017-01-30`--mathml` and MathML in HTMLMathMethod longer take an argument.John MacFarlane4-13/+9
2017-01-28LaTeX writer: export writeBeamer.John MacFarlane1-25/+50
2017-01-27HTML: export separate functions for slide formats.John MacFarlane1-53/+111
2017-01-27HTML writer: export writeHtmlStringForEPUB.John MacFarlane2-26/+42
2017-01-26Split writeDocbook into writeDocbook4, writeDocbook5.John MacFarlane1-22/+40
2017-01-26EPUB writer: split writeEPUB into writeEPUB2, writeEPUB3.John MacFarlane1-7/+24
2017-01-25Provide explicit separate functions for HTML 4 and 5.John MacFarlane5-56/+88
2017-01-25Cleanups for rebase.John MacFarlane1-2/+2
2017-01-25Removed writerHighlight; made writerHighlightStyle a Maybe.John MacFarlane3-35/+32
2017-01-25Revert "Added page breaks into Pandoc."John MacFarlane23-53/+3
2017-01-25Fixed shadowing warnings.John MacFarlane1-3/+3
2017-01-25Removed writerIgnoreNotes.John MacFarlane3-15/+9
2017-01-25Removed writerTeXLigatures.John MacFarlane2-4/+4
2017-01-25Make the `smart` extension affect the Markdown writer.John MacFarlane1-6/+29
2017-01-25Fixed something small that broke in rebase.John MacFarlane1-1/+1
2017-01-25Text.Pandoc.Shared: Removed fetchItem, fetchItem'.John MacFarlane6-36/+46
2017-01-25Removed `--normalize` option and normalization functions from Shared.John MacFarlane2-6/+13
2017-01-25Class: Removed getDefaultReferenceDocx/ODT from PandocMonad.John MacFarlane2-3/+5
2017-01-25Class: removed 'fail' from PandocMonad.John MacFarlane1-1/+1