aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
AgeCommit message (Expand)AuthorFilesLines
2012-10-11EPUB writer improvements.John MacFarlane1-27/+54
2012-10-04Remove newline after <br/> in translation of LineBreakBrent Yorgey1-1/+1
2012-10-02Docx writer: Added nsid to abstractNum elements.John MacFarlane1-11/+16
2012-10-02Use integer ids for bookmarks.John MacFarlane1-6/+8
2012-09-29Renamed removedLeadingTrailingSpace to trim.John MacFarlane3-6/+5
2012-09-28HTML writer: Use toHtml instead of pre-escaping.John MacFarlane1-4/+7
2012-09-25Make --id-prefix affect footnote IDs in markdown writer.John MacFarlane1-4/+4
2012-09-25Removed need for utf8-string package.John MacFarlane3-25/+24
2012-09-24Texinfo writer: Fixed internal cross-references.John MacFarlane1-7/+26
2012-09-23Revert "More intelligent handling of text encodings."John MacFarlane1-2/+3
2012-09-23More intelligent handling of text encodings.John MacFarlane1-3/+2
2012-09-16LaTeX writer: Don't rely on the enumerate package.John MacFarlane1-17/+27
2012-09-16LaTeX writer: Properly escape strings inside \url{}.John MacFarlane1-1/+2
2012-09-16RST writer: Fixed hyperlinked images.John MacFarlane1-17/+28
2012-09-15LaTeX writer: Don't escape _ in hyperref identifiers.John MacFarlane1-1/+1
2012-09-15LaTeX writer: don't escape _ in url.John MacFarlane1-1/+1
2012-09-15LaTeX writer: Don't use \endhead with longtable.John MacFarlane1-1/+1
2012-09-15Markdown writer: Made sensitive to Ext_hard_line_breaks.John MacFarlane1-4/+8
2012-09-15LaTeX writer: Use longtable instead of ctable.John MacFarlane1-19/+17
2012-09-13EPUB writer: Use ch001, ch002, etc. for chapter filenames.John MacFarlane1-5/+12
2012-09-12HTML writer: Don't print `<dt>` unless term is non-empty.John MacFarlane1-1/+3
2012-09-12HTML writer: Improve line breaks with `<dd>` tags.John MacFarlane1-1/+2
2012-09-06Made --id-prefix work in DocBook as well as HTML.John MacFarlane1-1/+1
2012-09-05Docx writer: Fixed bug with nested lists.John MacFarlane1-20/+19
2012-08-25EPUB: Use title instead of "Title Page" in contents.John MacFarlane1-1/+1
2012-08-23Merge commit 'd25656571a4662a4e67b195daed69e77d80c4c2c'John MacFarlane1-2/+21
2012-08-23Don't strip meta and link elements in epub metadata.John MacFarlane1-3/+5
2012-08-21Implemented Ext_backtick_code_blocks.John MacFarlane1-6/+14
2012-08-21Added Ext_fenced_code_attributes.John MacFarlane1-2/+4
2012-08-21Changed nomenclature, delimited -> fenced code blocks.John MacFarlane1-3/+3
2012-08-18Man writer: Escape - as \-.John MacFarlane1-1/+1
2012-08-17Docx line breaks: Use w:cr in w:r instead of w:br.John MacFarlane1-5/+6
2012-08-12Implemented Ext_mmd_title_block in markdown reader & writer.John MacFarlane1-6/+29
2012-08-11Implemented tex_math extensions in markdown writer.John MacFarlane1-4/+18
2012-08-11Implemented Ext_markdown_attribute in markdown writer.John MacFarlane1-2/+19
2012-08-09Use safeRead instead of using reads directly (various modules).John MacFarlane1-3/+3
2012-08-08Changes to literate haskell options.John MacFarlane4-9/+6
2012-08-05Markdown writer: Tables now sensitive to table extension options.John MacFarlane1-21/+42
2012-08-05Started making markdown table writer sensitive to options.John MacFarlane1-32/+49
2012-08-04Don't include empty captions in figures.John MacFarlane6-17/+32
2012-08-02Don't use escaped line breaks in plain output.John MacFarlane1-1/+3
2012-08-02Made markdown writer sensitive to Ext_subscript/superscript/strikeout.John MacFarlane1-3/+9
2012-08-02Made markdown writer sensitive to Ext_definition_lists.John MacFarlane1-8/+13
2012-08-02Made markdown writer sensitive to Ext_startnum, Ext_fancy_lists.John MacFarlane1-1/+5
2012-08-02Made markdown reader sensitive to Ext_raw_tex.John MacFarlane1-2/+3
2012-08-02Made markdown writer sensitive to Ext_table_captions.John MacFarlane1-1/+1
2012-08-02Made markdown writer sensitive to Ext_pandoc_title_blocks.John MacFarlane1-1/+2
2012-08-02Made markdown writer sensitive to Ext_footnotes.John MacFarlane1-4/+10
2012-07-27Replaced writerStrict with writerExtensions in WriterOptions.John MacFarlane2-17/+21
2012-07-26Moved WriterOptions and associated types Shared -> Options.John MacFarlane19-12/+25