summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
Commit message (Expand)AuthorAge
* HTML writer: Don't include empty TOC items for slide shows.John MacFarlane2014-08-09
* Plain writer: Use ALL CAPS for level 1 headers.John MacFarlane2014-08-08
* Markdown writer: Respect -raw_html.John MacFarlane2014-08-08
* Org Writer: Write anchor elementsMatthew Pickering2014-08-08
* Merge pull request #1486 from Aelve/minorJohn MacFarlane2014-08-04
|\
| * Add PatternGuards pragmas.Artyom Kazak2014-08-04
| * Remove dangling `where` from one function.Artyom Kazak2014-08-04
| * Use `stripPrefix` where appropriate.Artyom Kazak2014-08-04
| * Clean up `mediaTypeOf` a bit.Artyom Kazak2014-08-04
* | Use texmath 0.7 interface.John MacFarlane2014-08-04
|/
* Correctly implement capitalisation.Artyom Kazak2014-08-03
* Text.Pandoc.SelfContained changes.John MacFarlane2014-08-02
* New module, Text.Pandoc.MediaBag.John MacFarlane2014-07-31
* Made MediaBag a newtype, and added mime type information to media.John MacFarlane2014-07-31
* Allow --self-contained to get content from MediaBag.John MacFarlane2014-07-30
* RTF writer: Improved image embedding.John MacFarlane2014-07-30
* RTF writer: refactored image embedding, using fetchItem'.John MacFarlane2014-07-30
* PDF, Docx, EPUB, and ODT writers now automatically use MediaBag.John MacFarlane2014-07-30
* Mediawiki writer: don't escape inside `<source>`.John MacFarlane2014-07-29
* Docx writer: Print subtitle from metadata if present.John MacFarlane2014-07-29
* LaTeX writer: use \(..\) instead of $..$ for inline math.John MacFarlane2014-07-29
* 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
* Docx writer: Added missing case from last commit.John MacFarlane2014-07-26
* Docx writer: include abstract with Abstract style.John MacFarlane2014-07-26
* Markdown writer: Avoid wrapping that might start a list.John MacFarlane2014-07-21
* EPUB writer: Avoid excess whitespace in nav.xhtml.John MacFarlane2014-07-20
* AsciiDoc writer: Double markers in intraword emphasis.John MacFarlane2014-07-20
* Renamed readTeXMath' to avoid name conflict with texmath 0.6.7Matthew Pickering2014-07-19
* Remove unused import.John MacFarlane2014-07-16
* Custom writers now work with `--template`.John MacFarlane2014-07-16
* Made Citation information available in lua custom writer.John MacFarlane2014-07-16
* HTML writer: Removed useless clause.John MacFarlane2014-07-15
* LaTeX writer: Use \nolinkurl in email autolinks.John MacFarlane2014-07-15
* EPUB writer: Keep newlines between block elements.John MacFarlane2014-07-15
* RTF writer: Avoid extra paragraph tags in metadata.John MacFarlane2014-07-13
* Use raw HTML for complex block quotes.John MacFarlane2014-07-13
* DokuWiki writer: Use raw HTML for complex lists...John MacFarlane2014-07-13
* DokuWiki writer: Normalize to collapse adjacent raw HTML blocks.John MacFarlane2014-07-13
* DokuWiki writer: More tweaks to email links. (#1398)John MacFarlane2014-07-13
* DokuWiki writer: Use pointy brackets for email links.John MacFarlane2014-07-13
* Dokuwiki writer: More idiomatic code for escaping.John MacFarlane2014-07-13
* DokuWiki writer: More raw HTML fixes. (#1398)John MacFarlane2014-07-13
* DokuWiki writer: Fix raw inlines and blocks.John MacFarlane2014-07-13
* Markdown writer: Use span with style for SmallCaps. (#1360)John MacFarlane2014-07-13
* Markdown writer: use Span instead of (hackish) SmallCaps in plainify.John MacFarlane2014-07-13
* EPUB writer: Use stringify instead of custom plainify.John MacFarlane2014-07-13
* Merge branch 'claremacrae-dokuwiki'.John MacFarlane2014-07-13
|\