summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
Commit message (Expand)AuthorAge
* EPUB writer improvements.John MacFarlane2012-10-11
* Remove newline after <br/> in translation of LineBreakBrent Yorgey2012-10-04
* Docx writer: Added nsid to abstractNum elements.John MacFarlane2012-10-02
* Use integer ids for bookmarks.John MacFarlane2012-10-02
* Renamed removedLeadingTrailingSpace to trim.John MacFarlane2012-09-29
* HTML writer: Use toHtml instead of pre-escaping.John MacFarlane2012-09-28
* Make --id-prefix affect footnote IDs in markdown writer.John MacFarlane2012-09-25
* Removed need for utf8-string package.John MacFarlane2012-09-25
* Texinfo writer: Fixed internal cross-references.John MacFarlane2012-09-24
* Revert "More intelligent handling of text encodings."John MacFarlane2012-09-23
* More intelligent handling of text encodings.John MacFarlane2012-09-23
* LaTeX writer: Don't rely on the enumerate package.John MacFarlane2012-09-16
* LaTeX writer: Properly escape strings inside \url{}.John MacFarlane2012-09-16
* RST writer: Fixed hyperlinked images.John MacFarlane2012-09-16
* LaTeX writer: Don't escape _ in hyperref identifiers.John MacFarlane2012-09-15
* LaTeX writer: don't escape _ in url.John MacFarlane2012-09-15
* LaTeX writer: Don't use \endhead with longtable.John MacFarlane2012-09-15
* Markdown writer: Made sensitive to Ext_hard_line_breaks.John MacFarlane2012-09-15
* LaTeX writer: Use longtable instead of ctable.John MacFarlane2012-09-15
* EPUB writer: Use ch001, ch002, etc. for chapter filenames.John MacFarlane2012-09-13
* HTML writer: Don't print `<dt>` unless term is non-empty.John MacFarlane2012-09-12
* 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