summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Markdown.hs
Commit message (Expand)AuthorAge
* Plain writer: don't linkify table of contents.John MacFarlane2017-12-23
* Support `--webtex` for `gfm` output.John MacFarlane2017-11-28
* Markdown writer: fix bug with doubled footnotes in grid tables.John MacFarlane2017-11-13
* Markdown reader: make sure fenced div closers work in lists.John MacFarlane2017-10-31
* Make `fenced_divs` affect the Markdown writer.John MacFarlane2017-10-31
* Automatic reformating by stylish-haskell.John MacFarlane2017-10-27
* markdown writer: always write bracketed_spans' attributesd-dorazio2017-10-13
* Markdown writer: Escape pipe characters when `pipe_tables` enabled.John MacFarlane2017-09-07
* Markdown writer: make Span with null attribute transparent.John MacFarlane2017-09-05
* Plain writer: don't use   to separate list and indented code.John MacFarlane2017-09-04
* Markdown writer: don't crash on Str "".John MacFarlane2017-08-26
* Markdown writer: Use pipe tables if `raw_html` disabled...John MacFarlane2017-08-13
* Markdown writer: better escaping of `<` and `>`.John MacFarlane2017-07-30
* Markdown writer: Ensure that `+` and `-` are escaped properly...John MacFarlane2017-06-30
* Use `table-of-contents` for contents of toc, make `toc` a boolean.John MacFarlane2017-06-26
* Markdown writer: make sure `plain`, `markdown_github`, etc. work for raw.John MacFarlane2017-06-23
* Writers: adjusted for renderTemplate' changes.John MacFarlane2017-06-20
* 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