aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-28Makefile: instead of testing for existence of pandocfiddlosopher1-4/+2
2007-07-28Simplified HTML writer's treatment of autolinks.fiddlosopher1-8/+8
2007-07-28Updated testsuite.native - autolinks should have thefiddlosopher1-2/+2
2007-07-28LaTeX writer tests updated,fiddlosopher2-13/+14
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.fiddlosopher3-13/+29
2007-07-28Changed LaTeX writer to use the examplep package insteadfiddlosopher7-58/+59
2007-07-27Use ` as default character for \verb in LaTeX output.fiddlosopher2-7/+7
2007-07-27Use HTML version of README in OSX installer, insteadfiddlosopher1-1/+1
2007-07-26Brought changelog up to date.fiddlosopher1-0/+2
2007-07-26Include empty \author{} in LaTeX preamble if nofiddlosopher1-4/+2
2007-07-26Fixes in LaTeX writer:fiddlosopher2-8/+7
2007-07-26Updated copyright date and debian changelog.fiddlosopher2-2/+12
2007-07-26Updated documentation on ASCIIMathML.js.fiddlosopher2-19/+18
2007-07-26Changed how ASCIIMathML is handled:fiddlosopher3-11/+28
2007-07-26Modified fancy s5 test in light of asciiMathML changes.fiddlosopher1-735/+735
2007-07-24Copyright date change - README.fiddlosopher1-1/+1
2007-07-24README: Use definition list for command-line options.fiddlosopher1-120/+136
2007-07-24CSS changes in website: better display of definitionfiddlosopher1-0/+7
2007-07-24README: Added missing ~ after '~a\ cat' in subscript example.fiddlosopher1-1/+1
2007-07-24Fixed bug in TOC generation in HTML writer (regression,fiddlosopher1-1/+1
2007-07-24Website: add feature "Markdown inside HTML blocks."fiddlosopher1-1/+2
2007-07-23LaTeX writer: Make sure \VerbatimFootnotes goes after thefiddlosopher1-8/+10
2007-07-23Use README instead of README.rtf in Welcome page offiddlosopher1-2/+2
2007-07-23Modified myheader.tex in website in light of changesfiddlosopher1-9/+0
2007-07-23Added quotes around attribute in ASCIIMathML link examplefiddlosopher1-1/+1
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-23Updated changelog.fiddlosopher1-77/+122
2007-07-23Updated copyright date in debian/copyright.fiddlosopher1-1/+1
2007-07-23README: Removed the statement that the RST reader doesn't parsefiddlosopher2-7/+7
2007-07-23Added support for definition lists to RST reader.fiddlosopher3-1/+40
2007-07-23Added definition list support to HTML reader.fiddlosopher3-13/+49
2007-07-23Added support for definition lists to LaTeX reader.fiddlosopher1-11/+23
2007-07-23Renamed parseFromStr -> parseFromString.fiddlosopher2-6/+6
2007-07-22Updated RST reader test.fiddlosopher2-0/+3
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-22Updated PROFILING for new Cabal.fiddlosopher1-4/+5
2007-07-22Clarified role of --strict option when input is HTML.fiddlosopher1-2/+2
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