Age | Commit message (Expand) | Author | Files | Lines |
2014-07-19 | Renamed readTeXMath' to avoid name conflict with texmath 0.6.7 | Matthew Pickering | 1 | -1/+1 |
2014-07-12 | Removed space at ends of lines in source. | John MacFarlane | 1 | -2/+2 |
2014-05-09 | Update copyright notices for 2014, add missing notices | Albert Krewinkel | 1 | -3/+3 |
2014-01-02 | OpenDocument writer: Fixed RawInline, RawBlock so they don't escape. | John MacFarlane | 1 | -6/+10 |
2013-11-30 | ODT writer: Add `draw:name` attribute to `draw:frame` elements. | John MacFarlane | 1 | -2/+8 |
2013-11-16 | OpenDocument: Skip raw HTML. | John MacFarlane | 1 | -2/+2 |
2013-11-01 | TexMath: Export readTeXMath', which attends to display/inline. | John MacFarlane | 1 | -1/+1 |
2013-09-24 | OpenDocument writer: don't use font-face-decls variable. | John MacFarlane | 1 | -7/+0 |
2013-09-25 | src/Text/Pandoc/Writers/OpenDocument.hs: Fix formatting of strikeout code. | Václav Zeman | 1 | -4/+15 |
2013-08-11 | ODT/OpenDocument writer: Minor changes for ODF 1.2 conformance. | John MacFarlane | 1 | -1/+2 |
2013-08-10 | Adjustments for new Format newtype. | John MacFarlane | 1 | -5/+7 |
2013-08-08 | Preliminary support for new Div and Span elements in writers. | John MacFarlane | 1 | -0/+2 |
2013-07-14 | Fixing wrong numbered-list indentation in open document format | Alexander Kondratskiy | 1 | -5/+7 |
2013-07-01 | Created Text.Pandoc.Writers.Shared, improved metaToJSON. | John MacFarlane | 1 | -3/+2 |
2013-06-29 | Metadata changes: Variables now completely shadow metadata. | John MacFarlane | 1 | -3/+3 |
2013-06-27 | Writers: Use defField for defaults. | John MacFarlane | 1 | -3/+3 |
2013-06-24 | Use new flexible metadata type. | John MacFarlane | 1 | -19/+18 |
2013-01-09 | Added Attr field to Header. | John MacFarlane | 1 | -1/+1 |
2012-07-26 | Moved WriterOptions and associated types Shared -> Options. | John MacFarlane | 1 | -1/+1 |
2012-01-14 | ODT writer now sizes images appropriately. | John MacFarlane | 1 | -2/+2 |
2012-01-14 | OpenDocument writer: treat image title of form "dddxddd" as size in px. | John MacFarlane | 1 | -3/+14 |
2011-12-27 | Replaced Apostrophe, Ellipses, EmDash, EnDash w/ unicode strings. | John MacFarlane | 1 | -6/+2 |
2011-07-16 | Un-URI-escape image filenames in LaTeX, ConTeXt, RTF, Texinfo. | John MacFarlane | 1 | -1/+1 |
2011-03-16 | OpenDocument writer: Use "First paragraph" style after most non-para blocks. | John MacFarlane | 1 | -10/+14 |
2011-03-12 | OpenDocument: Use special style for 1st para after heading. | John MacFarlane | 1 | -12/+21 |
2011-01-26 | Add support for attributes in inline Code. | John MacFarlane | 1 | -1/+1 |
2011-01-26 | Bumped version to 1.8; depend on pandoc-types 1.8. | John MacFarlane | 1 | -3/+4 |
2010-12-21 | OpenDocument writer: Updated to use Pretty. | John MacFarlane | 1 | -8/+12 |
2010-11-27 | OpenDocument writer: don't print raw TeX. | John MacFarlane | 1 | -2/+4 |
2010-03-23 | Updated copyright notices. | John MacFarlane | 1 | -2/+3 |
2010-03-22 | OpenDocument writer: Use a Map for stTextStyleAttr. | John MacFarlane | 1 | -10/+10 |
2010-03-13 | Use template variables for include-before/after. | fiddlosopher | 1 | -6/+1 |
2010-03-13 | OpenDocument writer: handle tables with no headers. | fiddlosopher | 1 | -1/+3 |
2009-12-31 | Opendocument writer: support new templates. | fiddlosopher | 1 | -82/+29 |
2009-12-31 | Don't wrap text in OpenDocument writer. | fiddlosopher | 1 | -11/+5 |
2009-12-31 | Removed unneeded writer options; use template variables instead. | fiddlosopher | 1 | -22/+23 |
2009-12-07 | Improved syntax for markdown definition lists. | fiddlosopher | 1 | -4/+4 |
2009-11-28 | Better looking simple tables. Resolves Issue #180. | fiddlosopher | 1 | -3/+5 |
2009-01-24 | Moved all haskell source to src subdirectory. | fiddlosopher | 1 | -0/+568 |