aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2007-07-28Cleaned up and fixed autolinks in RST. All that's neededfiddlosopher1-12/+12
2007-07-28Don't put autolinks in typewriter font in ConTeXt, sincefiddlosopher1-0/+2
2007-07-28Fixed problems with obfuscateLink introduced by last roundfiddlosopher1-14/+11
2007-07-28Changes in LaTeX reader to accommodate Pandoc's own use offiddlosopher1-2/+23
2007-07-28Main: Changed putStr to putStrLn -- mainly because MacOS doesn't displayfiddlosopher1-1/+1
2007-07-28Man page writer: modified treatment of autolinks,fiddlosopher1-1/+1
2007-07-28LaTeX writer: include fancyvrb and \VerbatimFootnotesfiddlosopher1-4/+4
2007-07-28Simplified HTML writer's treatment of autolinks.fiddlosopher1-8/+8
2007-07-28Make URLs and emails in autolinks appear as Code.fiddlosopher4-11/+11
2007-07-28Fixed a bug in Docbook writer: email links with text were beingfiddlosopher1-1/+6
2007-07-28Reinstated dependence on fancyvrb. It is compatible with examplep.fiddlosopher1-9/+24
2007-07-28Changed LaTeX writer to use the examplep package insteadfiddlosopher3-20/+19
2007-07-27Use ` as default character for \verb in LaTeX output.fiddlosopher1-1/+1
2007-07-26Include empty \author{} in LaTeX preamble if nofiddlosopher1-4/+2
2007-07-26Fixes in LaTeX writer:fiddlosopher1-5/+5
2007-07-26Changed how ASCIIMathML is handled:fiddlosopher3-11/+28
2007-07-24Fixed bug in TOC generation in HTML writer (regression,fiddlosopher1-1/+1
2007-07-23LaTeX writer: Make sure \VerbatimFootnotes goes after thefiddlosopher1-8/+10
2007-07-23In HTML reader, filter Nulls in lists of blocks. (These canfiddlosopher1-2/+2
2007-07-23Fixed bug in spanStrikeout: case was not exhaustive.fiddlosopher1-1/+1
2007-07-23README: Removed the statement that the RST reader doesn't parsefiddlosopher1-0/+1
2007-07-23Added support for definition lists to RST reader.fiddlosopher1-1/+15
2007-07-23Added definition list support to HTML reader.fiddlosopher1-13/+32
2007-07-23Added support for definition lists to LaTeX reader.fiddlosopher1-11/+23
2007-07-23Renamed parseFromStr -> parseFromString.fiddlosopher2-6/+6
2007-07-22Superscript and Subscript support for RST reader.fiddlosopher1-8/+10
2007-07-22Added a "try" to the end parser in enclosed (Text.Pandoc.ParserCombinators).fiddlosopher3-13/+16
2007-07-22Added subscript and superscript support to LaTeX reader.fiddlosopher1-1/+14
2007-07-22Removed lines from LaTeXHeader that will be supplied dynamicallyfiddlosopher1-9/+0
2007-07-22markdown2pdf: Print a helpful message if ulem package is not found.fiddlosopher1-0/+4
2007-07-22Man writer: Use ~ and ^ for subscripts and superscripts.fiddlosopher1-6/+9
2007-07-22HTML writer: Use a record for state, instead of a tuple, forfiddlosopher1-24/+32
2007-07-22HTML writer: include css for .strikethrough only if strikethroughfiddlosopher1-17/+25
2007-07-22Main: Relabeled asciiMathMLLink -> asciiMathML, asciiMathML -> math.fiddlosopher1-4/+4
2007-07-22Added ~ to the list of characters the markdownfiddlosopher1-1/+1
2007-07-22LaTeX reader: Added clauses for tilde and caret.fiddlosopher1-2/+10
2007-07-22Cleaned up character escaping in LaTeX writer.fiddlosopher1-15/+8
2007-07-22Removed an extra occurance of escapedChar in definitionfiddlosopher1-1/+0
2007-07-22Man writer:fiddlosopher1-2/+2
2007-07-22Changed text to char for one character stringsfiddlosopher3-8/+8
2007-07-22Markdown writer: Substituted char for text for single characters.fiddlosopher1-4/+4
2007-07-22+ Added support for superscript, subscript, andfiddlosopher8-181/+263
2007-07-22Added support for strikeout (\sout) to latexfiddlosopher1-3/+7
2007-07-21Added support for Strikeout, Superscript, and Subscript tofiddlosopher1-1/+26
2007-07-21+ Added support for Strikeout, Superscript, andfiddlosopher1-82/+64
2007-07-21+ Added Strikeout support to Markdown writer.fiddlosopher1-2/+5
2007-07-21Moved failIfStrict from Markdown reader tofiddlosopher1-0/+7
2007-07-21Changes to functions for character escaping:fiddlosopher1-18/+17
2007-07-21Changed system for indicating man page title, section,fiddlosopher1-8/+9
2007-07-21Added Strikeout, Superscript, and Subscript tofiddlosopher1-8/+12