aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Markdown.hs
AgeCommit message (Expand)AuthorFilesLines
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
2017-03-24Markdown writer: don't emit a simple table if `simple_tables` disabled.John MacFarlane1-9/+9
2017-03-21Plain writer: use _(..) or ^(..) for super/subscript...John MacFarlane1-24/+31
2017-03-21Improve rendering of superscript in plain output.John MacFarlane1-13/+29
2017-03-21Moved more gridTable calculations to Writers.Shared.John MacFarlane1-24/+3
2017-03-21Moved gridTable from Markdown writer to Writers.Shared.John MacFarlane1-41/+0
2017-03-11Markdown writer: fixed bugs in simple/multiline list output.John MacFarlane1-10/+9
2017-03-08Markdown writer: Avoid spurious blanklines at end of document...John MacFarlane1-1/+1
2017-03-08Markdown writer: ensure space before list at top level.John MacFarlane1-22/+31
2017-03-08Markdown writer: escape unordered list markers at beginning of paragraphJohn MacFarlane1-12/+20
2017-03-06Markdown writer: better handling of tables with empty columns.John MacFarlane1-12/+22
2017-03-06Markdown writer: Fixed false ordered lists in YAML metadata.John MacFarlane1-1/+1
2017-03-05Markdown writer: escape initial % in a paragraph...John MacFarlane1-1/+5
2017-03-04Fixed some loose ends in #1592.John MacFarlane1-4/+1
2017-03-04Markdown writer: Use span with class 'smallcaps' for SmallCaps.John MacFarlane1-2/+1
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane1-57/+60
2017-03-02Removed unnecessary import.John MacFarlane1-1/+0
2017-03-01Markdown writer: Fixed grid tables embedded in grid tables.John MacFarlane1-32/+49
2017-03-01Markdown writer: Refactored gridTable to use widths in chars.John MacFarlane1-10/+12
2017-02-25Markdown writer: don't include variables in metadata blocks!John MacFarlane1-4/+3
2017-02-17Added warnings for non-rendered blocks to some writers.John MacFarlane1-5/+10
2017-02-04Markdown writer: Better escaping when +smart.John MacFarlane1-17/+21
2017-02-04Implemented +/-smart in rst writer.John MacFarlane1-12/+0
2017-01-25Provide explicit separate functions for HTML 4 and 5.John MacFarlane1-4/+4
2017-01-25Revert "Added page breaks into Pandoc."John MacFarlane1-1/+0
2017-01-25Removed writerIgnoreNotes.John MacFarlane1-5/+5
2017-01-25Make the `smart` extension affect the Markdown writer.John MacFarlane1-6/+29