aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Markdown.hs
AgeCommit message (Expand)AuthorFilesLines
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
2017-01-25Fixed something small that broke in rebase.John MacFarlane1-1/+1
2017-01-25Remove now-unnecessary lifts in Markdown writer.John MacFarlane1-9/+6
2017-01-25Refactored math conversion in writers.John MacFarlane1-9/+13
2017-01-25Unify Errors.Jesse Rosenthal1-1/+2
2017-01-25Implement Errors in PandocMonadJesse Rosenthal1-9/+10
2017-01-25Convert all writers to use PandocMonad.Jesse Rosenthal1-41/+48
2017-01-25Adds support for pagebreaks (when it makes sense)Hubert Plociniczak1-1/+2
2016-12-11Fix display math with --webtex in markdown output.John MacFarlane1-9/+13
2016-12-04Markdown writer: Fixed incorrect word wrapping.John MacFarlane1-1/+1
2016-11-30Options: Removed writerStandalone, made writerTemplate a Maybe.John MacFarlane1-14/+14
2016-11-19Fix for calculation of column widths for aligned multiline tablesBjörn Peemöller1-8/+20
2016-11-18Markdown writer: Use bracketed form for native spans...John MacFarlane1-4/+11
2016-11-15Adjust widths in Markdown grid tables so that they match on round-trip.John MacFarlane1-1/+1
2016-11-15Allow alignments to be specified in Markdown grid tables.John MacFarlane1-9/+29
2016-11-15Markdown writer: fixed inconsistent spacing issue.John MacFarlane1-12/+20
2016-11-12Markdown writer: Fix escaping of spaces in super/subscript.John MacFarlane1-37/+39
2016-10-13Markdown writer: Abstract out note/ref function.Jesse Rosenthal1-28/+22
2016-10-13Add support for the LineBlock element to writersAlbert Krewinkel1-1/+7
2016-10-11Markdown writer: Allow footnotes/refs at the end of blocks, sectionsJesse Rosenthal1-21/+64
2016-10-11Add ReaderT monad for environment variables.Jesse Rosenthal1-64/+78
2016-10-10More checks for Ext_raw_html when rendering HTML in Markdown.John MacFarlane1-5/+9
2016-06-24Make --webtex work with the Markdown writer.John MacFarlane1-12/+17
2016-06-23Markdown writer: use raw HTML for simple, pipe tables with linebreaks.John MacFarlane1-1/+5
2016-02-20Merge pull request #2668 from monofon/fix/yaml-metadata-block-bottom-lineJohn MacFarlane1-1/+1
2016-01-22Changed type of Shared.uniqueIdent argument from [String] to Set String.John MacFarlane1-3/+4
2016-01-21Markdown writer: Use hyphens for yaml metadata block bottom lineHenrik Tramberend1-1/+1
2016-01-05RST, Markdown writers: Fixed rendering of grid tables with blank rows.John MacFarlane1-1/+1
2015-12-11Implemented SoftBreak and new `--wrap` option.John MacFarlane1-13/+31
2015-11-24Markdown writer: use raw HTML for link/image attributes whenJohn MacFarlane1-2/+12
2015-11-23Define a `meta-json` variable for all writers.John MacFarlane1-1/+2
2015-11-19Renamed link attribute extensions.John MacFarlane1-1/+1
2015-11-19Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane1-21/+30
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane1-1/+0
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane1-0/+1
2015-10-15Use unicode super/subscripts for digits in plain output.John MacFarlane1-3/+14
2015-09-17Markdown writer: in TOC, add links to headers.John MacFarlane1-2/+5