aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
AgeCommit message (Expand)AuthorFilesLines
2017-03-01LaTeX writer: always add hypertarget when there's a non-empty identifier.John MacFarlane1-29/+19
2017-03-01Writers: Use gets to access MonadState where possible (#3480)Alexander Krotov7-53/+53
2017-03-01Markdown writer: Fixed grid tables embedded in grid tables.John MacFarlane1-32/+49
2017-03-01Markdown writer: Refactored gridTable to use widths in chars.John MacFarlane1-10/+12
2017-03-01ODT writer: calculate aspect ratio for percentage-sized images (#3478)Mauro Bieg2-4/+2
2017-02-27Removed `--epub-stylesheet`; use `--css` instead.John MacFarlane1-24/+28
2017-02-25Fixed type sig for older GHC versions.John MacFarlane1-1/+1
2017-02-25Markdown writer: don't include variables in metadata blocks!John MacFarlane1-4/+3
2017-02-25Fixed addVariablesToJSON.John MacFarlane1-2/+5
2017-02-25Writers.Shared: export metaToJSON', addVariablesToJSON.John MacFarlane1-10/+28
2017-02-25Writers.Shared: Changed metaToJSON a bit.John MacFarlane1-4/+17
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