summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
Commit message (Expand)AuthorAge
* Fixed pipe tables -- headerless tables are not allowed.John MacFarlane2015-03-07
* HTML writer: include raw latex blocks if --mathjax specified.John MacFarlane2015-02-25
* Markdown writer: don't emit span tags if plain or raw HTML disabled.John MacFarlane2015-02-25
* Define isRight since it's only in recent versions of Data.Either.John MacFarlane2015-02-25
* Markdown writer: Avoid introducing spurious list items through wrapping.John MacFarlane2015-02-25
* LaTeX writer: recognize book documentclass if set in metadata.John MacFarlane2015-02-25
* Docbook writer: don't print empty id attributes.John MacFarlane2015-02-25
* LaTeX Writer: Don't use listings in headersMatthew Pickering2015-02-20
* ICML writer: Better handling of raw blocks and inlines.John MacFarlane2015-02-17
* Allow wildcards in `--epub-embed-font` arguments.John MacFarlane2015-02-13
* Docx writer: Add footnotes id -1 and 0.Jesse Rosenthal2015-02-12
* Docx Writer: Add "BodyText" StyleJesse Rosenthal2015-02-11
* Docx Writer: Use FirstParagraph style at beginning.Jesse Rosenthal2015-02-10
* Docx Writer: Implement FirstParagraph StyleJesse Rosenthal2015-02-09
* 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
|\ \