summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Shared.hs
Commit message (Collapse)AuthorAge
* Updated copyright notices to -2015. Closes #2111.John MacFarlane2015-04-26
|
* Update copyright notices for 2014, add missing noticesAlbert Krewinkel2014-05-09
|
* Moved fixDisplayMath from Docx writer to Writer.Shared.John MacFarlane2014-01-02
|
* HLint: Remove lambdas.Henry de Valence2013-12-19
|
* Text.Pandoc.Writer.Shared: fixed bug in tagWithAttrs.John MacFarlane2013-10-26
| | | | | A space was omitted before key-value attributes, leading to invalid HTML.
* Adjusted writers and tests for change in parsing of div/span.John MacFarlane2013-08-18
| | | | | Textile, MediaWiki, Markdown, Org, RST will emit raw HTML div tags for divs. Otherwise Div and Span are "transparent" block containers.
* Added support for MetaBool.John MacFarlane2013-08-06
|
* Added Text.Pandoc.Writers.Shared to repository.John MacFarlane2013-07-01
This should have been in last commit.