aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Markdown.hs
AgeCommit message (Expand)AuthorFilesLines
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel1-2/+2
2019-02-01Markdown writer: use markdown="1" when appropriate for Divs.John MacFarlane1-0/+6
2019-01-10Make 'plain' RawBlocks work for 'plain' output.John MacFarlane1-0/+5
2019-01-04Implement --toc in commonmark/gfm writers.John MacFarlane1-1/+1
2019-01-04T.P.Writers.Shared - add toTableOfContents (API change).John MacFarlane1-21/+2
2019-01-02Implement task lists (#5139)Mauro Bieg1-2/+4
2018-12-03Markdown writer: include needed whitespace after HTML figure.John MacFarlane1-1/+1
2018-11-19For bibliography match Div with id 'refs', not class 'references'.John MacFarlane1-2/+2
2018-11-11Text.Pandoc.Shared: add parameter to uniqueIdent, inlineListToIdentifier.John MacFarlane1-1/+1
2018-11-01Implement --ascii for Markdown writer.John MacFarlane1-23/+35
2018-10-14Markdown writer: ensure blank between raw block and normal content.John MacFarlane1-0/+7
2018-10-05CommonMark writer: add plain text fallbacks. (#4531)quasicomputational1-28/+1
2018-08-19Markdown writer: escape `~` if strikeout extension enabled.John MacFarlane1-1/+2
2018-07-15Make markdown and github writers respect the `emoji` extension.John MacFarlane1-0/+5
2018-06-29Use HsYAML instead of yaml for translations, YAML metadata.John MacFarlane1-1/+1
2018-05-30Markdown writer: preserve `implicit_figures` with attributes...John MacFarlane1-5/+11
2018-04-21Markdown reader/writer: spacing adjustments in tables.John MacFarlane1-1/+4
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane1-0/+2
2018-02-16Markdown writer: properly escape @ to avoid capture as citation.John MacFarlane1-1/+7
2018-01-16Markdown writer: fix cell width calculation.John MacFarlane1-1/+1
2018-01-05Update copyright notices to include 2018Albert Krewinkel1-2/+2
2017-12-23Plain writer: don't linkify table of contents.John MacFarlane1-10/+12
2017-11-28Support `--webtex` for `gfm` output.John MacFarlane1-3/+2
2017-11-13Markdown writer: fix bug with doubled footnotes in grid tables.John MacFarlane1-12/+22
2017-10-31Markdown reader: make sure fenced div closers work in lists.John MacFarlane1-1/+1
2017-10-31Make `fenced_divs` affect the Markdown writer.John MacFarlane1-5/+13
2017-10-27Automatic reformating by stylish-haskell.John MacFarlane1-3/+3
2017-10-13markdown writer: always write bracketed_spans' attributesd-dorazio1-2/+4
2017-09-07Markdown writer: Escape pipe characters when `pipe_tables` enabled.John MacFarlane1-0/+1
2017-09-05Markdown writer: make Span with null attribute transparent.John MacFarlane1-4/+3
2017-09-04Plain writer: don't use   to separate list and indented code.John MacFarlane1-3/+6
2017-08-26Markdown writer: don't crash on Str "".John MacFarlane1-1/+1
2017-08-13Markdown writer: Use pipe tables if `raw_html` disabled...John MacFarlane1-2/+10
2017-07-30Markdown writer: better escaping of `<` and `>`.John MacFarlane1-2/+6
2017-06-30Markdown writer: Ensure that `+` and `-` are escaped properly...John MacFarlane1-0/+3
2017-06-26Use `table-of-contents` for contents of toc, make `toc` a boolean.John MacFarlane1-3/+7
2017-06-23Markdown writer: make sure `plain`, `markdown_github`, etc. work for raw.John MacFarlane1-5/+9
2017-06-20Writers: adjusted for renderTemplate' changes.John MacFarlane1-1/+1
2017-06-17Use Control.Monad.State.Strict throughout.John MacFarlane1-1/+1
2017-06-12Markdown writer: don't allow soft break in header.John MacFarlane1-0/+7
2017-06-11Switched Writer types to use Text.John MacFarlane1-10/+13
2017-06-01Markdown writer: Avoid inline surround-marking with empty content.John MacFarlane1-0/+5
2017-05-27Markdown writer: changes to `--reference-links`.John MacFarlane1-15/+44
2017-05-23Shared: Provide custom isURI that rejects unknown schemes [isURI]Albert Krewinkel1-1/+0
2017-05-17Markdown writer: Fixed duplicated reference linksJohn MacFarlane1-11/+15
2017-05-13Update dates in copyright noticesAlbert Krewinkel1-2/+2
2017-05-07Markdown writer: missing \n (#3647)David A Roberts1-1/+1
2017-05-03Markdown writer: better escaping for links (#3628)David A Roberts1-1/+10
2017-05-03Markdown Writer: put space before reference link definitionsMauro Bieg1-1/+1
2017-05-02Markdown writer: Case-insensitive reference links. (#3616)David A Roberts1-14/+16