aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Markdown.hs
AgeCommit message (Expand)AuthorFilesLines
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
2015-08-07Updated readers, writers and README for link attributemb211-22/+27
2015-08-07Updated readers and writers for new image attribute parameter.John MacFarlane1-4/+8
2015-06-27Removed unused import.John MacFarlane1-1/+0
2015-06-27Plain writer: don't use symbols for super/subscript.John MacFarlane1-14/+10
2015-04-26Updated copyright notices to -2015. Closes #2111.John MacFarlane1-2/+2
2015-04-18Markdown writer: improved escaping.John MacFarlane1-2/+3
2015-03-19Markdown writer: fixes for GHC 7.10.John MacFarlane1-3/+3
2015-03-15Merge pull request #1989 from zudov/shortcut_ref_link_prJohn MacFarlane1-29/+55
2015-03-10Support shortcut reference links in markdown writerKonstantin Zudov1-29/+55
2015-03-07Fixed pipe tables -- headerless tables are not allowed.John MacFarlane1-1/+6
2015-02-25Markdown writer: don't emit span tags if plain or raw HTML disabled.John MacFarlane1-5/+8
2015-02-25Define isRight since it's only in recent versions of Data.Either.John MacFarlane1-1/+4
2015-02-25Markdown writer: Avoid introducing spurious list items through wrapping.John MacFarlane1-12/+41
2015-01-05ghc 7.10.1 RC1 requires specifying the type of String literals https://ghc.ha...Mark Wright1-6/+6
2014-08-16Markdown writer: don't escape $, ^, ~ when extensions are deactivated.John MacFarlane1-5/+16
2014-08-08Plain writer: Use ALL CAPS for level 1 headers.John MacFarlane1-1/+4
2014-08-08Markdown writer: Respect -raw_html.John MacFarlane1-12/+14
2014-08-04Use `stripPrefix` where appropriate.Artyom Kazak1-2/+3
2014-08-03Correctly implement capitalisation.Artyom Kazak1-7/+3
2014-07-27Markdown writer: Separate adjacent lists of the same kind with comment.John MacFarlane1-3/+9