aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Markdown.hs
AgeCommit message (Expand)AuthorFilesLines
2019-06-03Avoid unwanted interpretation of def list term as other kind of block,John MacFarlane1-4/+4
2019-05-27consolidate simple-table detection (#5524)Mauro Bieg1-9/+1
2019-05-22Markdown writer: Ensure the code fence is long enough.John MacFarlane1-11/+10
2019-05-21Markdown writer: fix small error in ed73bd28Jesse Rosenthal1-4/+3
2019-05-21Markdown writer: Handle labels with integer namesJesse Rosenthal1-3/+20
2019-03-28Markdown writer: better rendering of numbers.John MacFarlane1-1/+4
2019-03-28Markdown writer: proper rendering of empty map in YAML metadata.John MacFarlane1-1/+3
2019-03-17Properly escape attributes in Markdown writer.John MacFarlane1-4/+9
2019-03-09Markdown writer: improve handling of raw blocks/inline.John MacFarlane1-34/+55
2019-03-01Remove license boilerplate.John MacFarlane1-18/+0
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