summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
Commit message (Expand)AuthorAge
* Docx Writer: Add a style to figure imagesNikolay Yakimov2015-03-29
* Markdown writer: fixes for GHC 7.10.John MacFarlane2015-03-19
* Merge pull request #1968 from lierdakil/issue1607John MacFarlane2015-03-16
|\
| * Docx Writer: set firstRow information in tablesNikolay Yakimov2015-03-08
| * Code cleanupNikolay Yakimov2015-03-03
| * Started moving StyleMap out of writer codeNikolay Yakimov2015-03-01
| * Update Docx writer for 1cb601d reference.docxNikolay Yakimov2015-03-01
| * Comment out unused functions to make CI happyNikolay Yakimov2015-02-24
| * Treat some ambiguous styles as custom for nowNikolay Yakimov2015-02-24
| * Do not lookup custom stylesNikolay Yakimov2015-02-23
| * Also skip SourceCode style if existsNikolay Yakimov2015-02-23
| * If --no-highlight is set, remove *Tok styles.Nikolay Yakimov2015-02-22
| * Prototype fix for #1872Nikolay Yakimov2015-02-22
| * Initial stab at more involved fix for #1607Nikolay Yakimov2015-02-21
* | AsciiDoc writer: avoid wrapping after list marker.John MacFarlane2015-03-15
* | AsciiDoc writer: insert some needed blank lines.John MacFarlane2015-03-15
* | Merge pull request #1989 from zudov/shortcut_ref_link_prJohn MacFarlane2015-03-15
|\ \
| * | Support shortcut reference links in markdown writerKonstantin Zudov2015-03-10
* | | Really fix #1394.John MacFarlane2015-03-14
* | | 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