summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
Commit message (Expand)AuthorAge
* HTML writer: Improve line breaks with `<dd>` tags.John MacFarlane2012-09-12
* Made --id-prefix work in DocBook as well as HTML.John MacFarlane2012-09-06
* Docx writer: Fixed bug with nested lists.John MacFarlane2012-09-05
* EPUB: Use title instead of "Title Page" in contents.John MacFarlane2012-08-25
* Merge commit 'd25656571a4662a4e67b195daed69e77d80c4c2c'John MacFarlane2012-08-23
|\
| * Set ODT title propertyArlo O'Keeffe2012-07-13
* | Don't strip meta and link elements in epub metadata.John MacFarlane2012-08-23
* | Implemented Ext_backtick_code_blocks.John MacFarlane2012-08-21
* | Added Ext_fenced_code_attributes.John MacFarlane2012-08-21
* | Changed nomenclature, delimited -> fenced code blocks.John MacFarlane2012-08-21
* | Man writer: Escape - as \-.John MacFarlane2012-08-18
* | Docx line breaks: Use w:cr in w:r instead of w:br.John MacFarlane2012-08-17
* | Implemented Ext_mmd_title_block in markdown reader & writer.John MacFarlane2012-08-12
* | Implemented tex_math extensions in markdown writer.John MacFarlane2012-08-11
* | Implemented Ext_markdown_attribute in markdown writer.John MacFarlane2012-08-11
* | Use safeRead instead of using reads directly (various modules).John MacFarlane2012-08-09
* | 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