| Age | Commit message (Expand) | Author |
| 2008-06-17 | Added type signatures, etc., to eliminate -Wall warnings. | fiddlosopher |
| 2008-06-17 | Cleaned up Text/Pandoc/CharacterReferences.hs to avoid -Wall warnings. | fiddlosopher |
| 2008-06-17 | Cleaned up Text/Pandoc/Shared.hs to avoid -Wall warnings. | fiddlosopher |
| 2008-06-12 | OpenDocument Writer: Fixed handling of spaces and tabs in preformatted blocks. | fiddlosopher |
| 2008-06-09 | Small fix to indentation of code blocks inside defn lists. | fiddlosopher |
| 2008-06-09 | OpenDocument writer: Fixed indentation for verbatim blocks inside defn lists. | fiddlosopher |
| 2008-06-09 | OpenDocument writer: Use different bullets for different list levels. | fiddlosopher |
| 2008-06-09 | OpenDocument writer: Return empty Doc in title block for null author, title,... | fiddlosopher |
| 2008-06-09 | OpenDocument writer: don't convert 4 spaces to tab in verbatim block. | fiddlosopher |
| 2008-06-08 | Use \textsubscr instead of \textsubscript for LaTeX subscript macro. | fiddlosopher |
| 2008-06-08 | Markdown smart typography: Em dashes no longer eat surrounding whitespace. | fiddlosopher |
| 2008-05-15 | HTML writer: In code blocks, change leading newlines to <br /> tags. | fiddlosopher |
| 2008-04-20 | Count anything that isn't a known block (HTML) tag as an inline tag | fiddlosopher |
| 2008-03-31 | Fixed haddock documentation error | fiddlosopher |
| 2008-03-26 | Fixed bug in RTF writer: | fiddlosopher |
| 2008-03-22 | The '--sanitize-html' option now examines URIs in markdown links | fiddlosopher |
| 2008-03-21 | Fixed handling of Quoted inline elements to use unicode left & right quotes. | fiddlosopher |
| 2008-03-19 | OpenDocument: use the new Definition_20_Term and | fiddlosopher |
| 2008-03-19 | Code cleanup only. | fiddlosopher |
| 2008-03-19 | OpenDocument writer: Don't print raw HTML. | fiddlosopher |
| 2008-03-19 | Moved XML-formatting functions to new unexported module Text.Pandoc.XML. | fiddlosopher |
| 2008-03-19 | Andrea Rossato's patch for OpenDocument support. | fiddlosopher |
| 2008-02-24 | Modified disallowedInNode in Texinfo writer to correct list of disallowed cha... | fiddlosopher |
| 2008-02-24 | Use style attributes rather than css classes for strikethrough and ordered li... | fiddlosopher |
| 2008-02-24 | Changes to Texinfo writer: | fiddlosopher |
| 2008-02-24 | Committed novalazy's initial patch for texinfo output, | fiddlosopher |
| 2008-02-24 | Moved BlockWrapper and wrappedBlocksToDoc from ConTeXt writer to Shared. | fiddlosopher |
| 2008-02-10 | Minor changes due to changes in highlighting-kate API. | fiddlosopher |
| 2008-02-10 | Support for startFrom="nn" to select starting line number in syntax highlight... | fiddlosopher |
| 2008-02-09 | Added build option for syntax highlighting, with *optional* dependency on hig... | fiddlosopher |
| 2008-02-09 | Removed Text.Regex dependencies by rewriting using plain Haskell: | fiddlosopher |
| 2008-02-09 | Moved Text.Pandoc.Writers.DefaultHeaders -> Text.Pandoc.DefaultHeaders. | fiddlosopher |
| 2008-02-09 | Add default CSS to document header if syntax highlighting used. | fiddlosopher |
| 2008-02-09 | Added preliminary support for syntax highlighting to HTML writer. | fiddlosopher |
| 2008-02-09 | Factored codeBlock into separate codeBlockIndented and codeBlockDelimited. | fiddlosopher |
| 2008-02-09 | Use generic attributes type, not a string, for CodeBlocks. | fiddlosopher |
| 2008-02-09 | Put language class information in pre tag, not code tag, in HTML code blocks. | fiddlosopher |
| 2008-02-09 | Fixed delimited code blocks: eat blank lines afterwards, and allow end line | fiddlosopher |
| 2008-02-09 | Added a needed try to {} attribute parser. | fiddlosopher |
| 2008-02-09 | Added support for multiple classes in delimited code block. | fiddlosopher |
| 2008-02-09 | Initial support for delimited code blocks in markdown reader. | fiddlosopher |
| 2008-02-09 | HTML writer: if language specified for code block, print as <code> class. | fiddlosopher |
| 2008-02-09 | Modified writers for new argument place in CodeBlock. | fiddlosopher |
| 2008-02-09 | Modified readers for new parameter in CodeBlock. | fiddlosopher |
| 2008-02-09 | Added parameter for class to CodeBlock (for syntax highlighting). | fiddlosopher |
| 2008-01-17 | Fixed bug in RST reader, which would choke on: "p. one\ntwo\n". | fiddlosopher |
| 2008-01-16 | Removed unnecessary imports. | fiddlosopher |
| 2008-01-08 | Bumped version to 0.47. | fiddlosopher |
| 2008-01-08 | Changed copyright dates where appropriate to include 2008. | fiddlosopher |
| 2008-01-08 | Changed comment used to replace unsafe HTML if sanitize-html option | fiddlosopher |