summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Markdown.hs
Commit message (Expand)AuthorAge
* Fix for calculation of column widths for aligned multiline tablesBjörn Peemöller2016-11-19
* Markdown writer: Use bracketed form for native spans...John MacFarlane2016-11-18
* Adjust widths in Markdown grid tables so that they match on round-trip.John MacFarlane2016-11-15
* Allow alignments to be specified in Markdown grid tables.John MacFarlane2016-11-15
* Markdown writer: fixed inconsistent spacing issue.John MacFarlane2016-11-15
* Markdown writer: Fix escaping of spaces in super/subscript.John MacFarlane2016-11-12
* Markdown writer: Abstract out note/ref function.Jesse Rosenthal2016-10-13
* Add support for the LineBlock element to writersAlbert Krewinkel2016-10-13
* Markdown writer: Allow footnotes/refs at the end of blocks, sectionsJesse Rosenthal2016-10-11
* Add ReaderT monad for environment variables.Jesse Rosenthal2016-10-11
* More checks for Ext_raw_html when rendering HTML in Markdown.John MacFarlane2016-10-10
* Make --webtex work with the Markdown writer.John MacFarlane2016-06-24
* Markdown writer: use raw HTML for simple, pipe tables with linebreaks.John MacFarlane2016-06-23
* Merge pull request #2668 from monofon/fix/yaml-metadata-block-bottom-lineJohn MacFarlane2016-02-20
|\
| * Markdown writer: Use hyphens for yaml metadata block bottom lineHenrik Tramberend2016-01-21
* | Changed type of Shared.uniqueIdent argument from [String] to Set String.John MacFarlane2016-01-22
|/
* RST, Markdown writers: Fixed rendering of grid tables with blank rows.John MacFarlane2016-01-05
* Implemented SoftBreak and new `--wrap` option.John MacFarlane2015-12-11
* Markdown writer: use raw HTML for link/image attributes whenJohn MacFarlane2015-11-24
* Define a `meta-json` variable for all writers.John MacFarlane2015-11-23
* Renamed link attribute extensions.John MacFarlane2015-11-19
* Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane2015-11-19
|\
| * Updated readers, writers and README for link attributemb212015-08-07
| * Updated readers and writers for new image attribute parameter.John MacFarlane2015-08-07
* | Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane2015-11-09
* | Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane2015-11-08
* | Use unicode super/subscripts for digits in plain output.John MacFarlane2015-10-15
* | Markdown writer: in TOC, add links to headers.John MacFarlane2015-09-17
|/
* Removed unused import.John MacFarlane2015-06-27
* Plain writer: don't use symbols for super/subscript.John MacFarlane2015-06-27
* Updated copyright notices to -2015. Closes #2111.John MacFarlane2015-04-26
* Markdown writer: improved escaping.John MacFarlane2015-04-18
* Markdown writer: fixes for GHC 7.10.John MacFarlane2015-03-19
* Merge pull request #1989 from zudov/shortcut_ref_link_prJohn MacFarlane2015-03-15
|\
| * Support shortcut reference links in markdown writerKonstantin Zudov2015-03-10
* | Fixed pipe tables -- headerless tables are not allowed.John MacFarlane2015-03-07
|/
* Markdown writer: don't emit span tags if plain or raw HTML disabled.John MacFarlane2015-02-25
* Define isRight since it's only in recent versions of Data.Either.John MacFarlane2015-02-25
* Markdown writer: Avoid introducing spurious list items through wrapping.John MacFarlane2015-02-25
* ghc 7.10.1 RC1 requires specifying the type of String literals https://ghc.ha...Mark Wright2015-01-05
* Markdown writer: don't escape $, ^, ~ when extensions are deactivated.John MacFarlane2014-08-16
* Plain writer: Use ALL CAPS for level 1 headers.John MacFarlane2014-08-08
* Markdown writer: Respect -raw_html.John MacFarlane2014-08-08
* Use `stripPrefix` where appropriate.Artyom Kazak2014-08-04
* Correctly implement capitalisation.Artyom Kazak2014-08-03
* Markdown writer: Separate adjacent lists of the same kind with comment.John MacFarlane2014-07-27
* Markdown writer: More improvements to 'plain' output, updated tests.John MacFarlane2014-07-27
* Markdown writer: Better 'plain' output.John MacFarlane2014-07-27
* Markdown writer: Update definition lists.John MacFarlane2014-07-27
* Markdown writer: Avoid wrapping that might start a list.John MacFarlane2014-07-21