summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
AgeCommit message (Expand)Author
2012-09-29Renamed removedLeadingTrailingSpace to trim.John MacFarlane
2012-09-28HTML writer: Use toHtml instead of pre-escaping.John MacFarlane
2012-09-25Make --id-prefix affect footnote IDs in markdown writer.John MacFarlane
2012-09-25Removed need for utf8-string package.John MacFarlane
2012-09-24Texinfo writer: Fixed internal cross-references.John MacFarlane
2012-09-23Revert "More intelligent handling of text encodings."John MacFarlane
2012-09-23More intelligent handling of text encodings.John MacFarlane
2012-09-16LaTeX writer: Don't rely on the enumerate package.John MacFarlane
2012-09-16LaTeX writer: Properly escape strings inside \url{}.John MacFarlane
2012-09-16RST writer: Fixed hyperlinked images.John MacFarlane
2012-09-15LaTeX writer: Don't escape _ in hyperref identifiers.John MacFarlane
2012-09-15LaTeX writer: don't escape _ in url.John MacFarlane
2012-09-15LaTeX writer: Don't use \endhead with longtable.John MacFarlane
2012-09-15Markdown writer: Made sensitive to Ext_hard_line_breaks.John MacFarlane
2012-09-15LaTeX writer: Use longtable instead of ctable.John MacFarlane
2012-09-13EPUB writer: Use ch001, ch002, etc. for chapter filenames.John MacFarlane
2012-09-12HTML writer: Don't print `<dt>` unless term is non-empty.John MacFarlane
2012-09-12HTML writer: Improve line breaks with `<dd>` tags.John MacFarlane
2012-09-06Made --id-prefix work in DocBook as well as HTML.John MacFarlane
2012-09-05Docx writer: Fixed bug with nested lists.John MacFarlane
2012-08-25EPUB: Use title instead of "Title Page" in contents.John MacFarlane
2012-08-23Merge commit 'd25656571a4662a4e67b195daed69e77d80c4c2c'John MacFarlane
2012-08-23Don't strip meta and link elements in epub metadata.John MacFarlane
2012-08-21Implemented Ext_backtick_code_blocks.John MacFarlane
2012-08-21Added Ext_fenced_code_attributes.John MacFarlane
2012-08-21Changed nomenclature, delimited -> fenced code blocks.John MacFarlane
2012-08-18Man writer: Escape - as \-.John MacFarlane
2012-08-17Docx line breaks: Use w:cr in w:r instead of w:br.John MacFarlane
2012-08-12Implemented Ext_mmd_title_block in markdown reader & writer.John MacFarlane
2012-08-11Implemented tex_math extensions in markdown writer.John MacFarlane
2012-08-11Implemented Ext_markdown_attribute in markdown writer.John MacFarlane
2012-08-09Use safeRead instead of using reads directly (various modules).John MacFarlane
2012-08-08Changes to literate haskell options.John MacFarlane
2012-08-05Markdown writer: Tables now sensitive to table extension options.John MacFarlane
2012-08-05Started making markdown table writer sensitive to options.John MacFarlane
2012-08-04Don't include empty captions in figures.John MacFarlane
2012-08-02Don't use escaped line breaks in plain output.John MacFarlane
2012-08-02Made markdown writer sensitive to Ext_subscript/superscript/strikeout.John MacFarlane
2012-08-02Made markdown writer sensitive to Ext_definition_lists.John MacFarlane
2012-08-02Made markdown writer sensitive to Ext_startnum, Ext_fancy_lists.John MacFarlane
2012-08-02Made markdown reader sensitive to Ext_raw_tex.John MacFarlane
2012-08-02Made markdown writer sensitive to Ext_table_captions.John MacFarlane
2012-08-02Made markdown writer sensitive to Ext_pandoc_title_blocks.John MacFarlane
2012-08-02Made markdown writer sensitive to Ext_footnotes.John MacFarlane
2012-07-27Replaced writerStrict with writerExtensions in WriterOptions.John MacFarlane
2012-07-26Moved WriterOptions and associated types Shared -> Options.John MacFarlane
2012-07-26Fixed whitespace errors.John MacFarlane
2012-07-24Use catch from Control.Exception to avoid warnings.John MacFarlane
2012-07-24Changed signatures of writeODT, writeDocx, writeEPUB.John MacFarlane
2012-07-22FB2: support images embedded as data URIs + tests.Sergey Astanin