summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Markdown.hs
Commit message (Expand)AuthorAge
...
* Markdown writer: don't include variables in metadata blocks!John MacFarlane2017-02-25
* Added warnings for non-rendered blocks to some writers.John MacFarlane2017-02-17
* Markdown writer: Better escaping when +smart.John MacFarlane2017-02-04
* Implemented +/-smart in rst writer.John MacFarlane2017-02-04
* Provide explicit separate functions for HTML 4 and 5.John MacFarlane2017-01-25
* Revert "Added page breaks into Pandoc."John MacFarlane2017-01-25
* Removed writerIgnoreNotes.John MacFarlane2017-01-25
* Make the `smart` extension affect the Markdown writer.John MacFarlane2017-01-25
* Fixed something small that broke in rebase.John MacFarlane2017-01-25
* Remove now-unnecessary lifts in Markdown writer.John MacFarlane2017-01-25
* Refactored math conversion in writers.John MacFarlane2017-01-25
* Unify Errors.Jesse Rosenthal2017-01-25
* Implement Errors in PandocMonadJesse Rosenthal2017-01-25
* Convert all writers to use PandocMonad.Jesse Rosenthal2017-01-25
* Adds support for pagebreaks (when it makes sense)Hubert Plociniczak2017-01-25
* Fix display math with --webtex in markdown output.John MacFarlane2016-12-11
* Markdown writer: Fixed incorrect word wrapping.John MacFarlane2016-12-04
* Options: Removed writerStandalone, made writerTemplate a Maybe.John MacFarlane2016-11-30
* 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