Age | Commit message (Expand) | Author | Files | Lines |
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 |
2008-03-26 | Fixed bug in RTF writer: | fiddlosopher | 1 | -7/+7 |
2008-03-21 | Fixed handling of Quoted inline elements to use unicode left & right quotes. | fiddlosopher | 1 | -2/+6 |
2008-03-19 | OpenDocument: use the new Definition_20_Term and | fiddlosopher | 1 | -6/+6 |
2008-03-19 | Code cleanup only. | fiddlosopher | 1 | -32/+35 |
2008-03-19 | OpenDocument writer: Don't print raw HTML. | fiddlosopher | 1 | -2/+2 |
2008-03-19 | Moved XML-formatting functions to new unexported module Text.Pandoc.XML. | fiddlosopher | 2 | -116/+2 |
2008-03-19 | Andrea Rossato's patch for OpenDocument support. | fiddlosopher | 1 | -0/+519 |
2008-02-24 | Modified disallowedInNode in Texinfo writer to correct list of disallowed cha... | fiddlosopher | 1 | -4/+2 |
2008-02-24 | Use style attributes rather than css classes for strikethrough and ordered li... | fiddlosopher | 1 | -10/+3 |
2008-02-24 | Changes to Texinfo writer: | fiddlosopher | 1 | -40/+32 |
2008-02-24 | Committed novalazy's initial patch for texinfo output, | fiddlosopher | 1 | -0/+461 |
2008-02-24 | Moved BlockWrapper and wrappedBlocksToDoc from ConTeXt writer to Shared. | fiddlosopher | 1 | -8/+0 |
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 | 2 | -16/+25 |
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 | 8 | -8/+8 |
2008-01-16 | Removed unnecessary imports. | fiddlosopher | 5 | -6/+4 |
2008-01-08 | Changed copyright dates where appropriate to include 2008. | fiddlosopher | 3 | -6/+6 |
2008-01-04 | Use an interpreted text role to render math in restructuredText. | fiddlosopher | 1 | -7/+20 |
2008-01-04 | Refactored RST writer to usea record instead of a tuple for state, | fiddlosopher | 1 | -125/+135 |
2007-12-29 | Changed handling of titles in HTML writer so you don't get "titleprefix - " | fiddlosopher | 1 | -2/+4 |
2007-12-29 | Use wrappers around Doc elements to ensure proper spacing in ConTeXt writer. | fiddlosopher | 1 | -21/+29 |
2007-12-21 | Modified rules for HTML header identifiers to ensure legal identifiers. | fiddlosopher | 1 | -13/+16 |
2007-12-04 | Improvements to LaTeX and ConTeXt footnote handling: | fiddlosopher | 2 | -5/+7 |
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 | 5 | -18/+19 |
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 | 8 | -8/+19 |
2007-11-29 | Moved everything from src into the top-level directory. | fiddlosopher | 8 | -0/+2649 |
2007-11-28 | Removed Text directory. This is a remnant of an experiment | fiddlosopher | 10 | -2786/+0 |
2007-11-03 | Use template haskell to avoid the need for templates: | fiddlosopher | 10 | -0/+2786 |