aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2007-07-21Added Strikeout, Superscript, and Subscript asfiddlosopher1-0/+3
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-16markdown2pdf.in: Test for --table-of-contents asfiddlosopher1-1/+1
2007-07-16Simplified inlinesInBalanced, using lookAhead.fiddlosopher1-5/+5
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-15ConTeXt writer changes:fiddlosopher2-4/+11
2007-07-15Main.hs: If writer is "context", automatically selectfiddlosopher1-1/+2
2007-07-15If output file has .ctx or .context extension,fiddlosopher1-0/+2
2007-07-15Merged branches/context: addition of a ConTeXt writerfiddlosopher5-0/+286
2007-07-15Removed an unused function in LaTeX writer.fiddlosopher1-2/+0
2007-07-14Simplified special character escaping code in LaTeX writer.fiddlosopher1-12/+18
2007-07-14Small comment fix in LaTeX writer.fiddlosopher1-1/+1
2007-07-14Change to footnotes in HTML writer: Instead of putting the footnotefiddlosopher1-5/+18
2007-07-13Changed encodeUTF8 to toUTF8, decodeUTF8 to fromUTF8,fiddlosopher3-25/+23
2007-07-12Cleaned up Text.Pandoc. Added lots of documentation,fiddlosopher1-5/+30
2007-07-12HTML reader: haddock comment fix.fiddlosopher1-1/+1
2007-07-12Main: use Text.Pandoc to simplify list of imported modules.fiddlosopher1-24/+9
2007-07-12Export NoteTable in Text.Pandoc.Shared.fiddlosopher1-0/+1
2007-07-12Pandoc.hs:fiddlosopher1-21/+14
2007-07-12Change to defaultWriterOptions: standalone is False by default.fiddlosopher1-1/+1
2007-07-12If writer == "s5", don't set table of contents option.fiddlosopher1-1/+2
2007-07-12Changed order of options, for aesthetic reasons.fiddlosopher1-5/+5
2007-07-10Recognize output filenames with any single-digit extension as manfiddlosopher1-1/+1
2007-07-09Markdown reader: Parse bracketed text in inline footnotes. Previously,fiddlosopher1-2/+10
2007-07-09RST reader: Allow hyperlink target URIs to be split over multiplefiddlosopher1-10/+14
2007-07-09Moved Text.ParserCombinators.Pandoc ->fiddlosopher5-8/+7
2007-07-09Added type declaration for hsepBlocks infiddlosopher1-0/+1
2007-07-09Text.Pandoc.Blocks:fiddlosopher2-2/+3
2007-07-09Markdown writer:fiddlosopher1-3/+3
2007-07-09Added --toc support to Markdown writer.fiddlosopher1-6/+26
2007-07-09Added support for --toc to RTF writer.fiddlosopher1-2/+20
2007-07-09Moved isHeaderBlock from Text.Pandoc.Writers.HTMLfiddlosopher2-5/+6
2007-07-08Regularized the scheme for unique header identifiers in HTML writer:fiddlosopher1-4/+14