aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-22Updated test suite for writers, adding tests forfiddlosopher11-1/+113
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-22Updated latex writer test because of new system forfiddlosopher1-6/+2
2007-07-22Fixed newline issue at end of man page writer test.fiddlosopher1-1/+1
2007-07-22Changed /hfil/break to /crlf in ConTeXt writer test suite.fiddlosopher1-1/+1
2007-07-22Man writer:fiddlosopher2-4/+4
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-21Documented fact that --strict option has a role even whenfiddlosopher1-1/+4
2007-07-21Changes to functions for character escaping:fiddlosopher1-18/+17
2007-07-21Changed man page markdown sources to use newfiddlosopher4-7/+8
2007-07-21Use capital letters for title in sample man page title block.fiddlosopher1-4/+4
2007-07-21Changed system for indicating man page title, section,fiddlosopher2-14/+24
2007-07-21Updated website feature descriptions.fiddlosopher1-16/+41
2007-07-21README changes:fiddlosopher1-19/+34
2007-07-21Added Strikeout, Superscript, and Subscript tofiddlosopher1-8/+12
2007-07-21Added Strikeout, Superscript, and Subscript asfiddlosopher1-0/+3
2007-07-21Small modification in formatting of web demos.fiddlosopher1-15/+14
2007-07-19Refactored character escaping in Text.Pandoc.Writers.Markdown usingfiddlosopher1-8/+2
2007-07-19Added escapeCharAsString to Text.Pandoc.Shared.fiddlosopher1-0/+9
2007-07-16Updated INSTALL instructions with some extrafiddlosopher1-17/+18
2007-07-16Changed destination in changelog to 'unstable', becausefiddlosopher1-1/+1
2007-07-16Backup 'var' before making deb and restore after.fiddlosopher1-0/+2
2007-07-16Brought debian/changelog up to date.fiddlosopher1-54/+233
2007-07-16markdown2pdf.in: Test for --table-of-contents asfiddlosopher1-1/+1
2007-07-16Simplified inlinesInBalanced, using lookAhead.fiddlosopher1-5/+5
2007-07-16Revised package synopsis in pandoc.cabal.fiddlosopher1-1/+1
2007-07-15Modified the test of a link containing an underscore infiddlosopher1-1/+1
2007-07-15Markdown reader: Added inlinesInBalanced parser combinator tofiddlosopher1-29/+24
2007-07-15Added charsInBalanced parser combinator to Text.Pandoc.ParserCombinators.fiddlosopher1-1/+17
2007-07-15debian/control: For pandoc package, suggestfiddlosopher1-1/+1
2007-07-15Changes to ConTeXt test suite.fiddlosopher1-25/+32
2007-07-15ConTeXt writer changes:fiddlosopher2-4/+11
2007-07-15Documented ConTeXt writer in README. Removed statementfiddlosopher1-27/+27
2007-07-15Main.hs: If writer is "context", automatically selectfiddlosopher2-2/+3
2007-07-15Documented ConTeXt writer in pandoc man page.fiddlosopher1-4/+4
2007-07-15Changes to the website:fiddlosopher2-10/+19
2007-07-15If output file has .ctx or .context extension,fiddlosopher1-0/+2