summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Muse.hs
Commit message (Collapse)AuthorAge
* Muse writer: Indent tables with one space (#3649)Alexander Krotov2017-05-07
| | | It is required to trigger Muse table rendering.
* Muse writer: omit automatic header identifiers (#3633)Alexander Krotov2017-05-04
|
* Muse writer: Do not reflow directives (#3614)Alexander Krotov2017-04-28
| | | | Directives at the beginning of documents cannot span multiple lines so they must not be reflown.
* Add Muse writer (#3489)Alexander Krotov2017-03-10
* Add Muse writer * Advertise new Muse writer * Muse writer: add regressions tests