Age | Commit message (Expand) | Author | Files | Lines |
2008-09-08 | Use Data.List's 'intercalate' instead of custom 'joinWithSep'. | fiddlosopher | 1 | -2/+2 |
2008-09-06 | Changed Float to Double in definition of Table element. | fiddlosopher | 1 | -2/+2 |
2008-08-13 | Support for display math; changed ASCIIMathML -> LaTeXMathML: | fiddlosopher | 1 | -9/+15 |
2008-08-04 | Added Cite element to definition and writers. | fiddlosopher | 1 | -0/+2 |
2008-08-01 | Added pragma to HTML writer to avoid deprecation warning for use of "start" a... | fiddlosopher | 1 | -0/+1 |
2008-07-27 | HTML writer: override Text.XHtml's stringToHtml function, | fiddlosopher | 1 | -1/+15 |
2008-07-15 | Add preliminary support for SmallCaps inline element. (Andrea Rossato) | fiddlosopher | 1 | -0/+3 |
2008-07-15 | Added type declarations to avoid -Wall 'defaulting' warnings in writers. | fiddlosopher | 1 | -3/+2 |
2008-07-13 | Code cleanup in HTML writer to eliminate -Wall warnings. | fiddlosopher | 1 | -52/+73 |
2008-05-15 | HTML writer: In code blocks, change leading newlines to <br /> tags. | fiddlosopher | 1 | -4/+8 |
2008-02-24 | Use style attributes rather than css classes for strikethrough and ordered li... | fiddlosopher | 1 | -10/+3 |
2008-02-10 | Minor changes due to changes in highlighting-kate API. | fiddlosopher | 1 | -23/+2 |
2008-02-10 | Support for startFrom="nn" to select starting line number in syntax highlight... | fiddlosopher | 1 | -2/+2 |
2008-02-09 | Added build option for syntax highlighting, with *optional* dependency on hig... | fiddlosopher | 1 | -13/+7 |
2008-02-09 | Removed Text.Regex dependencies by rewriting using plain Haskell: | fiddlosopher | 1 | -5/+12 |
2008-02-09 | Add default CSS to document header if syntax highlighting used. | fiddlosopher | 1 | -5/+27 |
2008-02-09 | Added preliminary support for syntax highlighting to HTML writer. | fiddlosopher | 1 | -4/+14 |
2008-02-09 | Use generic attributes type, not a string, for CodeBlocks. | fiddlosopher | 1 | -2/+2 |
2008-02-09 | Put language class information in pre tag, not code tag, in HTML code blocks. | fiddlosopher | 1 | -3/+3 |
2008-02-09 | HTML writer: if language specified for code block, print as <code> class. | fiddlosopher | 1 | -1/+2 |
2008-02-09 | Modified writers for new argument place in CodeBlock. | fiddlosopher | 1 | -1/+1 |
2008-01-08 | Changed copyright dates where appropriate to include 2008. | fiddlosopher | 1 | -2/+2 |
2007-12-29 | Changed handling of titles in HTML writer so you don't get "titleprefix - " | fiddlosopher | 1 | -2/+4 |
2007-12-21 | Modified rules for HTML header identifiers to ensure legal identifiers. | fiddlosopher | 1 | -13/+16 |
2007-12-02 | If gladtex specified, don't prettyprint <EQ> tags, or gladtex gets confused. | fiddlosopher | 1 | -1/+1 |
2007-12-02 | Put math in HTML inside <span class="math">. | fiddlosopher | 1 | -1/+2 |
2007-12-02 | Added Text.Pandoc.Readers.TeXMath and changed default handling of math. | fiddlosopher | 1 | -9/+10 |
2007-12-01 | Added --gladtex and --mimetex options. | fiddlosopher | 1 | -1/+5 |
2007-12-01 | Added HTMLMathMethod writer option. | fiddlosopher | 1 | -9/+15 |
2007-11-29 | Changed all writers to handle new Math block element. | fiddlosopher | 1 | -2/+5 |
2007-11-29 | Moved everything from src into the top-level directory. | fiddlosopher | 1 | -0/+458 |
2007-11-28 | Removed Text directory. This is a remnant of an experiment | fiddlosopher | 1 | -462/+0 |
2007-11-03 | Use template haskell to avoid the need for templates: | fiddlosopher | 1 | -0/+462 |