summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
Commit message (Expand)AuthorAge
* Merge pull request #1927 from freephile/masterJohn MacFarlane2015-02-07
|\
| * update syntax for Images/Media files in MediaWikiGreg Rundlett2015-02-05
* | Merge branch 'patch/fixTexinfoWrap' of https://github.com/timtylin/scholdoc i...John MacFarlane2015-02-07
|\ \
| * | Texinfo writer: fix wrapping by using breakable spacesTim Lin2015-02-06
| |/
* / Append newline to the LineBreak of various writersTim Lin2015-02-04
|/
* LaTeX writer: Don't escape $ in URL. Closes #1913.John MacFarlane2015-02-01
* HTML writer: Add "inline" or "display" class to math spans.John MacFarlane2015-02-01
* Refactored `if x then [] else y` to `[y | not x]`Konstantin Zudov2015-01-29
* Do not ommit missing `alt` attribute on `img` tagKonstantin Zudov2015-01-29
* Fixed list-style-type for numbered example lists.John MacFarlane2015-01-27
* Use CPP to avoid unneeded import warning for blaze-markup >= 0.6.3.John MacFarlane2015-01-19
* Custom writer: Raise `PandocLuaException` instead of using 'error'.John MacFarlane2015-01-18
* Custom writer: raise error if loadstring returns an error status.John MacFarlane2015-01-18
* EPUB writer: properly handle internal links to IDs in spans, divs.John MacFarlane2015-01-17
* ghc 7.10.1 RC1 requires specifying the type of String literals https://ghc.ha...Mark Wright2015-01-05
* ghc 7.10.1 RC1 requires specifying the type of String literals https://ghc.ha...Mark Wright2015-01-05
* ghc 7.10.1 RC1 requires FlexibleContexts https://ghc.haskell.org/trac/ghc/wik...Mark Wright2015-01-05
* ghc 7.10.1 RC1 requires specifying the type of String literals https://ghc.ha...Mark Wright2015-01-05
* ghc 7.10.1 RC1 requires specifying the type of String literals https://ghc.ha...Mark Wright2015-01-05
* ghc 7.10.1 RC1 requires FlexibleContexts https://ghc.haskell.org/trac/ghc/wik...Mark Wright2015-01-05
* ghc 7.10.1 RC1 requires FlexibleContexts https://ghc.haskell.org/trac/ghc/wik...Mark Wright2015-01-05
* ghc 7.10.1 RC1 requires specifying the type of String literals https://ghc.ha...Mark Wright2015-01-05
* Added Text.Pandoc.Compat.Locale to assist with transition to time 1.5.John MacFarlane2014-12-19
* MediaWiki writer: Fixed links with URL = text.John MacFarlane2014-12-19
* FB2 writer: Add newline to output.John MacFarlane2014-12-15
* LaTeX writer: Handle consecutive linebreaks.John MacFarlane2014-12-15
* HTML writer: put newline btw img and caption paragraph.John MacFarlane2014-12-15
* LaTeX writer: better handling of display math in simple tables.John MacFarlane2014-12-15
* EPUB writer: include "landmarks" section in nav document for epub3.John MacFarlane2014-12-15
* Text.Pandoc.Writers.RTF: Add blankline at end of outputMatthew Pickering2014-12-15
* Text.Pandoc.Readers.HTML: Retain display type of MathML outputMatthew Pickering2014-12-15
* EPUB writer: Removed playOrder from navpoint elements in ncx file.John MacFarlane2014-12-15
* Improved texorpdfstring patch #1148.John MacFarlane2014-12-15
* Merge branch 'use-texorpdfstring' of https://github.com/wilx/pandoc into wilx...John MacFarlane2014-12-15
|\
| * src/Text/Pandoc/Writers/LaTeX.hs: Use \texorpdfstring for sectionVaclav Zeman2014-02-10
* | Merge pull request #1695 from bjornbm/masterJohn MacFarlane2014-12-10
|\ \
| * | Escape spaces. Fixes jgm/pandoc#1694.Bjorn Buckwalter2014-10-15
* | | Merge pull request #1746 from shelf/dw-ext-imagesMatthew Pickering2014-12-08
|\ \ \
| * | | DokuWiki writer: fix external imagesTimothy Humphries2014-11-09
* | | | Fix for #1641 (docx table captions above tables)Nikolay Yakimov2014-12-08
* | | | Merge pull request #1716 from lierdakil/issue1607-pullreqMatthew Pickering2014-12-07
|\ \ \ \
| * | | | Docx Writer: Partial fix for #1607Nikolay Yakimov2014-10-24
* | | | | ICML writer: Don't force all citations into footnotes.John MacFarlane2014-11-30
* | | | | Reverted "omit blank lines after list items," better fix for #1777.John MacFarlane2014-11-25
* | | | | RST writer: Omit blank lines after list items.John MacFarlane2014-11-25
* | | | | RST writer: Ensure blank line after figure.John MacFarlane2014-11-25
* | | | | Fixed double-rendering of footnotes in RST tables.John MacFarlane2014-11-19
* | | | | Really fix #1758. Add `id="cover"` to body on cover page.John MacFarlane2014-11-17
* | | | | Use regular page template for nav.xhtml.John MacFarlane2014-11-16
| |/ / / |/| | |
* | | | DokuWiki writer: Better handling of block quotes.John MacFarlane2014-11-04