Age | Commit message (Expand) | Author | Files | Lines |
2008-11-01 | Support horizontal rules in OpenDocument and ODT writers. | fiddlosopher | 1 | -1/+1 |
2008-10-28 | Added --jsmath option. | fiddlosopher | 1 | -0/+8 |
2008-10-18 | Include classes on tr elements in HTML output: "header", "odd", "even". | fiddlosopher | 1 | -4/+5 |
2008-09-15 | HTML writer: Enclose all LaTeXMathML bits in <span class="LaTeX">. | fiddlosopher | 1 | -3/+7 |
2008-09-08 | Use Data.List's 'intercalate' instead of custom 'joinWithSep'. | fiddlosopher | 9 | -21/+23 |
2008-09-06 | MediaWiki writer: print class attributes in <pre> for code blocks, if any. | fiddlosopher | 1 | -1/+1 |
2008-09-06 | Changed Float to Double in definition of Table element. | fiddlosopher | 6 | -11/+11 |
2008-08-13 | Support for display math; changed ASCIIMathML -> LaTeXMathML: | fiddlosopher | 11 | -21/+36 |
2008-08-10 | Man writer: don't escape " as \". | fiddlosopher | 1 | -1/+1 |
2008-08-09 | Removed unneeded space after "\\item" in LaTeX and ConTeXt output. | fiddlosopher | 2 | -2/+2 |
2008-08-04 | Added support for Cite to Markdown reader, and conditional support for citepr... | fiddlosopher | 1 | -0/+2 |
2008-08-04 | Added Cite element to definition and writers. | fiddlosopher | 10 | -0/+23 |
2008-08-02 | Improved template handling: | fiddlosopher | 1 | -1/+2 |
2008-08-01 | Fixes to make haddock work with template haskell: | fiddlosopher | 1 | -1/+15 |
2008-08-01 | Added pragma to HTML writer to avoid deprecation warning for use of "start" a... | fiddlosopher | 1 | -0/+1 |
2008-08-01 | Simplified build process using template haskell. | fiddlosopher | 1 | -0/+141 |
2008-07-31 | Compatibility fixes for CPP, Cabal, and haddock: | fiddlosopher | 2 | -6/+6 |
2008-07-31 | OpenDocument writer: don't print alt text with Image. | fiddlosopher | 1 | -2/+2 |
2008-07-27 | HTML writer: override Text.XHtml's stringToHtml function, | fiddlosopher | 1 | -1/+15 |
2008-07-27 | Added MediaWiki writer. | fiddlosopher | 1 | -0/+394 |
2008-07-18 | Added proper support for embedded images to opendocument writer. | fiddlosopher | 1 | -1/+6 |
2008-07-18 | Style fixes in opendocument writer: | fiddlosopher | 1 | -9/+16 |
2008-07-15 | More work on smallcaps support. | fiddlosopher | 8 | -9/+16 |
2008-07-15 | Add preliminary support for SmallCaps inline element. (Andrea Rossato) | fiddlosopher | 10 | -10/+24 |
2008-07-15 | Added type declarations to avoid -Wall 'defaulting' warnings in writers. | fiddlosopher | 5 | -7/+6 |
2008-07-14 | OpenDocument writer: Fixed typo in inline styles fix (super/sup). | fiddlosopher | 1 | -9/+9 |
2008-07-14 | OpenDocument writer: support nested inline styles. | fiddlosopher | 1 | -23/+67 |
2008-07-13 | Code cleanup in ConTeXt writer. | fiddlosopher | 1 | -18/+14 |
2008-07-13 | Code cleanup in Texinfo writer. | fiddlosopher | 1 | -13/+27 |
2008-07-13 | Code cleanup in Man writer. | fiddlosopher | 1 | -22/+23 |
2008-07-13 | Code cleanup in DocBook writer. | fiddlosopher | 1 | -21/+36 |
2008-07-13 | Code cleanup in RTF writer. | fiddlosopher | 1 | -18/+17 |
2008-07-13 | Code cleanup in RST writer to eliminate -Wall warnings. | fiddlosopher | 1 | -28/+19 |
2008-07-13 | Code cleanup in markdown writer to eliminate -Wall warnings. | fiddlosopher | 1 | -25/+24 |
2008-07-13 | Code cleanup in HTML writer to eliminate -Wall warnings. | fiddlosopher | 1 | -52/+73 |
2008-07-13 | Code cleanup in LaTeX writer to eliminate -Wall warnings. | fiddlosopher | 1 | -7/+11 |
2008-07-13 | OpenDocument writer: Indented bulleted lists as we do enumerated lists. | fiddlosopher | 1 | -1/+1 |
2008-07-13 | Added distinction between tight and loose lists in OpenDocument writer. | fiddlosopher | 1 | -7/+26 |
2008-07-13 | Fixed bugs in OpenDocument writer affecting nested block quotes. | fiddlosopher | 1 | -7/+6 |
2008-07-11 | Print unicode \160 literally in markdown writer, rather than as . | fiddlosopher | 1 | -1/+1 |
2008-07-11 | Treat '\ ' in (extended) markdown as nonbreaking space. | fiddlosopher | 3 | -14/+17 |
2008-07-10 | Changed inDefinition and indentPara to stInDefinition and stIndentPara | fiddlosopher | 1 | -17/+17 |
2008-06-12 | OpenDocument Writer: Fixed handling of spaces and tabs in preformatted blocks. | fiddlosopher | 1 | -11/+25 |
2008-06-09 | Small fix to indentation of code blocks inside defn lists. | fiddlosopher | 1 | -1/+1 |
2008-06-09 | OpenDocument writer: Fixed indentation for verbatim blocks inside defn lists. | fiddlosopher | 1 | -6/+16 |
2008-06-09 | OpenDocument writer: Use different bullets for different list levels. | fiddlosopher | 1 | -3/+4 |
2008-06-09 | OpenDocument writer: Return empty Doc in title block for null author, title,... | fiddlosopher | 1 | -11/+9 |
2008-06-09 | OpenDocument writer: don't convert 4 spaces to tab in verbatim block. | fiddlosopher | 1 | -5/+1 |
2008-06-08 | Use \textsubscr instead of \textsubscript for LaTeX subscript macro. | fiddlosopher | 1 | -3/+3 |
2008-05-15 | HTML writer: In code blocks, change leading newlines to <br /> tags. | fiddlosopher | 1 | -4/+8 |