summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
Commit message (Expand)AuthorAge
* Changes to literate haskell options.John MacFarlane2012-08-08
* Markdown writer: Tables now sensitive to table extension options.John MacFarlane2012-08-05
* Started making markdown table writer sensitive to options.John MacFarlane2012-08-05
* Don't include empty captions in figures.John MacFarlane2012-08-04
* Don't use escaped line breaks in plain output.John MacFarlane2012-08-02
* Made markdown writer sensitive to Ext_subscript/superscript/strikeout.John MacFarlane2012-08-02
* Made markdown writer sensitive to Ext_definition_lists.John MacFarlane2012-08-02
* Made markdown writer sensitive to Ext_startnum, Ext_fancy_lists.John MacFarlane2012-08-02
* Made markdown reader sensitive to Ext_raw_tex.John MacFarlane2012-08-02
* Made markdown writer sensitive to Ext_table_captions.John MacFarlane2012-08-02
* Made markdown writer sensitive to Ext_pandoc_title_blocks.John MacFarlane2012-08-02
* Made markdown writer sensitive to Ext_footnotes.John MacFarlane2012-08-02
* Replaced writerStrict with writerExtensions in WriterOptions.John MacFarlane2012-07-27
* Moved WriterOptions and associated types Shared -> Options.John MacFarlane2012-07-26
* Fixed whitespace errors.John MacFarlane2012-07-26
* Use catch from Control.Exception to avoid warnings.John MacFarlane2012-07-24
* Changed signatures of writeODT, writeDocx, writeEPUB.John MacFarlane2012-07-24
* FB2: support images embedded as data URIs + tests.Sergey Astanin2012-07-22
* Added a new FictionBook2 (FB2) writer.Sergey Astanin2012-07-22
* Use Parser as type synonym for Parsec.John MacFarlane2012-07-20
* Text.Pandoc.Parsing: Export all Parsec functions used in pandoc code.John MacFarlane2012-07-20
* Use Text.Parsec instead of Text.ParserCombinators.Parsec.John MacFarlane2012-07-20
* HTML writer: Put mathjax in span with class "math".John MacFarlane2012-07-11
* ConTeXt writer: don't escape `&`,`^`,`<`,`>`.John MacFarlane2012-06-27
* MediaWiki writer: Avoid extra blank lines after sublists.John MacFarlane2012-06-27
* Don't escape `_` as `\letterunderscore{}` in ConTeXt.John MacFarlane2012-06-26
* Don't generate empty H1 after hrule slide breaks.John MacFarlane2012-06-25
* Fixed `--incremental` behavior for Beamer.John MacFarlane2012-06-03
* Simplified bullet characters so they work with Word 2007.John MacFarlane2012-06-01
* LaTeX writer: Ensure newline after Verbatim at end of footnote.John MacFarlane2012-06-01
* Escape `%` as `\letterpercent{}` not `\letterpercent ` in ConTeXt.John MacFarlane2012-05-31
* Merge pull request #521 from jonassmedegaard/masterJohn MacFarlane2012-05-30
|\
| * Add support for Slideous output.Jonas Smedegaard2012-05-24
* | Org writer: Add space before language name.John MacFarlane2012-05-29
* | ConTeXt writer: ensure space after `\stopformula`.John MacFarlane2012-05-29
|/
* Markdown Use a nonzero space to prevent false recognition of list marker.John MacFarlane2012-05-19
* Markdown writer: Improved definition lists.John MacFarlane2012-05-16
* LaTeX writer: More consistent interblock spacing.John MacFarlane2012-05-14
* LaTeX reader: ensure we don't have extra blank lines at ends of cells.John MacFarlane2012-05-13
* Added writerTeXLigatures to WriterOptions, `--no-tex-ligatures` option.John MacFarlane2012-05-11
* Revert "Removed blaze_html_05 flag -- require blaze >= 0.5 by default."John MacFarlane2012-05-10
* Improved spacing around LaTeX block environments.John MacFarlane2012-04-30
* LaTeX writer: Fixed spacing in quote environments.John MacFarlane2012-04-30
* ConTeXt writer: Fixed escaping of `%`.John MacFarlane2012-04-29
* Texinfo writer: Escape special characters in node titles.John MacFarlane2012-04-25
* Removed blaze_html_05 flag -- require blaze >= 0.5 by default.John MacFarlane2012-04-24
* changes for blaze-html 0.5Mark Wright2012-04-23
* LaTeX writer: Use fixltx2e package to provide '\textsubscript'.John MacFarlane2012-04-21
* RST writer: Don't wrap link references.John MacFarlane2012-04-21
* LaTeX writer: Use `\hyperref[ident]{text}` for internal links.John MacFarlane2012-04-21