Age | Commit message (Expand) | Author | Files | Lines |
2008-05-15 | HTML writer: In code blocks, change leading newlines to <br /> tags. | fiddlosopher | 1 | -4/+8 |
2008-04-20 | Count anything that isn't a known block (HTML) tag as an inline tag | fiddlosopher | 1 | -4/+4 |
2008-03-31 | Fixed haddock documentation error | fiddlosopher | 1 | -1/+2 |
2008-03-26 | Fixed bug in RTF writer: | fiddlosopher | 1 | -7/+7 |
2008-03-22 | The '--sanitize-html' option now examines URIs in markdown links | fiddlosopher | 2 | -13/+35 |
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 | 3 | -116/+90 |
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 | 2 | -9/+13 |
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 | Factored codeBlock into separate codeBlockIndented and codeBlockDelimited. | fiddlosopher | 1 | -5/+4 |
2008-02-09 | Use generic attributes type, not a string, for CodeBlocks. | fiddlosopher | 6 | -19/+45 |
2008-02-09 | Put language class information in pre tag, not code tag, in HTML code blocks. | fiddlosopher | 1 | -3/+3 |
2008-02-09 | Fixed delimited code blocks: eat blank lines afterwards, and allow end line | fiddlosopher | 1 | -1/+2 |
2008-02-09 | Added a needed try to {} attribute parser. | fiddlosopher | 1 | -4/+4 |
2008-02-09 | Added support for multiple classes in delimited code block. | fiddlosopher | 1 | -7/+8 |
2008-02-09 | Initial support for delimited code blocks in markdown reader. | fiddlosopher | 1 | -1/+27 |
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-02-09 | Modified readers for new parameter in CodeBlock. | fiddlosopher | 4 | -6/+6 |
2008-02-09 | Added parameter for class to CodeBlock (for syntax highlighting). | fiddlosopher | 1 | -1/+1 |
2008-01-17 | Fixed bug in RST reader, which would choke on: "p. one\ntwo\n". | fiddlosopher | 1 | -2/+2 |
2008-01-16 | Removed unnecessary imports. | fiddlosopher | 7 | -11/+6 |
2008-01-08 | Changed copyright dates where appropriate to include 2008. | fiddlosopher | 8 | -16/+16 |
2008-01-08 | Changed comment used to replace unsafe HTML if sanitize-html option | fiddlosopher | 1 | -4/+4 |
2008-01-06 | RST reader: Fixed bug in parsing explicit links (resolves Issue #44). | fiddlosopher | 1 | -2/+3 |
2008-01-06 | RST reader: cleaned up parsing of reference names in key blocks and links. | fiddlosopher | 1 | -24/+25 |
2008-01-06 | RST reader: Removed unnecessary check for following link in str. | fiddlosopher | 1 | -2/+1 |
2008-01-06 | Fixed markdown reader to handle "*hi **there***" as a strong nested in an emph. | fiddlosopher | 1 | -2/+3 |
2008-01-06 | Markdown reader: Moved blockQuote parser before list parsers. | fiddlosopher | 1 | -2/+2 |
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 |
2008-01-03 | Added optional HTML sanitization using a whitelist. | fiddlosopher | 3 | -23/+89 |
2007-12-31 | Fixed bug in the markdown reader: HTML preceding a code block | fiddlosopher | 2 | -7/+13 |
2007-12-31 | HTML reader: Finished fixing Issue #40. | fiddlosopher | 1 | -2/+2 |
2007-12-31 | HTML reader: Don't interpret contents of style tags as markdown. | fiddlosopher | 1 | -2/+9 |
2007-12-30 | Fixed bug in HTML reader: it was looking for <IT> tag, not <I>. | fiddlosopher | 1 | -1/+1 |
2007-12-30 | Made LaTeX reader properly recognize --parse-raw in rawLaTeXInline. | fiddlosopher | 1 | -2/+4 |