summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Markdown.hs
Commit message (Expand)AuthorAge
* Use Control.Monad.State.Strict throughout.John MacFarlane2017-06-17
* Markdown writer: don't allow soft break in header.John MacFarlane2017-06-12
* Switched Writer types to use Text.John MacFarlane2017-06-11
* Markdown writer: Avoid inline surround-marking with empty content.John MacFarlane2017-06-01
* Markdown writer: changes to `--reference-links`.John MacFarlane2017-05-27
* Shared: Provide custom isURI that rejects unknown schemes [isURI]Albert Krewinkel2017-05-23
* Markdown writer: Fixed duplicated reference linksJohn MacFarlane2017-05-17
* Update dates in copyright noticesAlbert Krewinkel2017-05-13
* Markdown writer: missing \n (#3647)David A Roberts2017-05-07
* Markdown writer: better escaping for links (#3628)David A Roberts2017-05-03
* Markdown Writer: put space before reference link definitionsMauro Bieg2017-05-03
* Markdown writer: Case-insensitive reference links. (#3616)David A Roberts2017-05-02
* Markdown writer: don't emit a simple table if `simple_tables` disabled.John MacFarlane2017-03-24
* Plain writer: use _(..) or ^(..) for super/subscript...John MacFarlane2017-03-21
* Improve rendering of superscript in plain output.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
* Markdown writer: fixed bugs in simple/multiline list output.John MacFarlane2017-03-11
* 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
* Markdown writer: Use span with class 'smallcaps' for SmallCaps.John MacFarlane2017-03-04
* Stylish-haskell automatic formatting changes.John MacFarlane2017-03-04
* Removed unnecessary import.John MacFarlane2017-03-02
* Markdown writer: Fixed grid tables embedded in grid tables.John MacFarlane2017-03-01
* Markdown writer: Refactored gridTable to use widths in chars.John MacFarlane2017-03-01
* Markdown writer: don't include variables in metadata blocks!John MacFarlane2017-02-25
* Added warnings for non-rendered blocks to some writers.John MacFarlane2017-02-17
* Markdown writer: Better escaping when +smart.John MacFarlane2017-02-04
* Implemented +/-smart in rst writer.John MacFarlane2017-02-04
* Provide explicit separate functions for HTML 4 and 5.John MacFarlane2017-01-25
* Revert "Added page breaks into Pandoc."John MacFarlane2017-01-25
* Removed writerIgnoreNotes.John MacFarlane2017-01-25
* Make the `smart` extension affect the Markdown writer.John MacFarlane2017-01-25
* Fixed something small that broke in rebase.John MacFarlane2017-01-25
* Remove now-unnecessary lifts in Markdown writer.John MacFarlane2017-01-25
* Refactored math conversion in writers.John MacFarlane2017-01-25
* Unify Errors.Jesse Rosenthal2017-01-25
* Implement Errors in PandocMonadJesse Rosenthal2017-01-25
* Convert all writers to use PandocMonad.Jesse Rosenthal2017-01-25
* Adds support for pagebreaks (when it makes sense)Hubert Plociniczak2017-01-25
* Fix display math with --webtex in markdown output.John MacFarlane2016-12-11
* Markdown writer: Fixed incorrect word wrapping.John MacFarlane2016-12-04
* Options: Removed writerStandalone, made writerTemplate a Maybe.John MacFarlane2016-11-30
* Fix for calculation of column widths for aligned multiline tablesBjörn Peemöller2016-11-19
* Markdown writer: Use bracketed form for native spans...John MacFarlane2016-11-18