summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
Commit message (Expand)AuthorAge
...
* Ms writer: Use custom .HRULE macro for horizontal rule.John MacFarlane2017-03-24
* Ms writer: warning for non-rendered raw content.John MacFarlane2017-03-24
* Allow creation of pdf via groff ms and pdfroff.John MacFarlane2017-03-23
* Ms writer: improved definition lists.John MacFarlane2017-03-23
* Ms writer: use .IP for more standard definition lists.John MacFarlane2017-03-23
* Pipe tables: impose minimum cell size.John MacFarlane2017-03-23
* Grid tables: remove unnecessary extra space in cells.John MacFarlane2017-03-23
* Ms writer: fixed hard line breaks.John MacFarlane2017-03-23
* Writers.Shared.gridTable: defensive coding around 'maximum'.John MacFarlane2017-03-23
* MS writer: updated TODO comment.John MacFarlane2017-03-23
* Ms writer: Super/subscript support.John MacFarlane2017-03-23
* Ms writer: support for fake smallcaps.John MacFarlane2017-03-23
* Ms. writer: don't render links in footnotes as footnotes.John MacFarlane2017-03-23
* Ms writer: Improved footnotes.John MacFarlane2017-03-23
* Ms writer: fixed strong/emph combination.John MacFarlane2017-03-23
* Initial addition of groff ms writer.John MacFarlane2017-03-23
* Plain writer: use _(..) or ^(..) for super/subscript...John MacFarlane2017-03-21
* Improve rendering of superscript in plain output.John MacFarlane2017-03-21
* RST writer: improve grid table output, fix bug with empty rows.John MacFarlane2017-03-21
* Reuse Writers.Shared.gridTable in Haddock writer.John MacFarlane2017-03-21
* Moved more gridTable calculations to Writers.Shared.John MacFarlane2017-03-21
* Moved gridTable from Markdown writer to Writers.Shared.John MacFarlane2017-03-21
* docx writer: lang meta, see #1667 (#3515)Mauro Bieg2017-03-20
* LaTeX/Beamer writer: allow hyperlinks to frames.John MacFarlane2017-03-16
* OpenDocument writer: use more widely available bullet characters.John MacFarlane2017-03-15
* Removed unused symbol.John MacFarlane2017-03-13
* RST writer: convert to PandocMonad, report on unrendered raw items.John MacFarlane2017-03-13
* Highlighting: highlighting now returns an Either rather than Maybe.John MacFarlane2017-03-13
* Put TEI writer inside PandocMonad. Added warnings for omitted raw elements.John MacFarlane2017-03-13
* Converted DokuWiki writer to use PandocMonad.John MacFarlane2017-03-12
* MediaWiki writer: use PandocMonad.John MacFarlane2017-03-12
* Markdown writer: fixed bugs in simple/multiline list output.John MacFarlane2017-03-11
* ConTeXt writer: converted to use PandocMonad.John MacFarlane2017-03-10
* Removed normalizeSpaces from Text.Pandoc.Shared.John MacFarlane2017-03-10
* Add Muse writer (#3489)Alexander Krotov2017-03-10
* HTML writer: info message if 'lang' is unspecified.John MacFarlane2017-03-09
* HTML writer: fallback to basename rather than Untitled.John MacFarlane2017-03-09
* Remove space at beginning/end of RST code span.John MacFarlane2017-03-08
* Markdown writer: Avoid spurious blanklines at end of document...John MacFarlane2017-03-08
* Markdown writer: ensure space before list at top level.John MacFarlane2017-03-08
* Markdown writer: escape unordered list markers at beginning of paragraphJohn MacFarlane2017-03-08
* Markdown writer: better handling of tables with empty columns.John MacFarlane2017-03-06
* Markdown writer: Fixed false ordered lists in YAML metadata.John MacFarlane2017-03-06
* Markdown writer: escape initial % in a paragraph...John MacFarlane2017-03-05
* Fixed some loose ends in #1592.John MacFarlane2017-03-04
* HTML writer: only issue warning for missing title if --standalone.John MacFarlane2017-03-04
* HTML writer: Render SmallCaps as span with smallcaps class.John MacFarlane2017-03-04
* Use smallcaps class for SmallCaps in CommonMark writer.John MacFarlane2017-03-04
* Markdown writer: Use span with class 'smallcaps' for SmallCaps.John MacFarlane2017-03-04
* Stylish-haskell automatic formatting changes.John MacFarlane2017-03-04