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