aboutsummaryrefslogtreecommitdiff
path: root/Text
AgeCommit message (Expand)AuthorFilesLines
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
2008-01-06RST reader: Fixed bug in parsing explicit links (resolves Issue #44).fiddlosopher1-2/+3
2008-01-06RST reader: cleaned up parsing of reference names in key blocks and links.fiddlosopher1-24/+25
2008-01-06RST reader: Removed unnecessary check for following link in str.fiddlosopher1-2/+1
2008-01-06Fixed markdown reader to handle "*hi **there***" as a strong nested in an emph.fiddlosopher1-2/+3
2008-01-06Markdown reader: Moved blockQuote parser before list parsers.fiddlosopher1-2/+2
2008-01-04Use an interpreted text role to render math in restructuredText.fiddlosopher1-7/+20
2008-01-04Refactored RST writer to usea record instead of a tuple for state,fiddlosopher1-125/+135
2008-01-03Added optional HTML sanitization using a whitelist.fiddlosopher3-23/+89
2007-12-31Fixed bug in the markdown reader: HTML preceding a code blockfiddlosopher2-7/+13
2007-12-31HTML reader: Finished fixing Issue #40.fiddlosopher1-2/+2
2007-12-31HTML reader: Don't interpret contents of style tags as markdown.fiddlosopher1-2/+9
2007-12-30Fixed bug in HTML reader: it was looking for <IT> tag, not <I>.fiddlosopher1-1/+1
2007-12-30Made LaTeX reader properly recognize --parse-raw in rawLaTeXInline.fiddlosopher1-2/+4
2007-12-29Changed handling of titles in HTML writer so you don't get "titleprefix - "fiddlosopher1-2/+4
2007-12-29Use wrappers around Doc elements to ensure proper spacing in ConTeXt writer.fiddlosopher1-21/+29
2007-12-29Markdown reader: Make 'block' conditional on strictness state,fiddlosopher1-21/+27
2007-12-24Markdown: better handling of parentheses in URLs and quotation marks in titles.fiddlosopher1-8/+15
2007-12-24Modified markdown reader to disallow links within links. (Resolves Issue #35.)fiddlosopher1-22/+29
2007-12-24Improved handling of raw HTML in Markdown reader. (Resolves Issue #36.)fiddlosopher1-4/+12
2007-12-24Changed failure message in anyHtmlBlockTag (minor change).fiddlosopher1-1/+1
2007-12-23Modified rawHtmlBlock in HTML reader so it parses </html> and </body> tags.fiddlosopher1-2/+7
2007-12-21Modified 'source' parser in Markdown reader to allow backslash escapes in URLs.fiddlosopher1-3/+4