summaryrefslogtreecommitdiff
path: root/src/Text
AgeCommit message (Expand)Author
2007-07-21Added support for Strikeout, Superscript, and Subscript tofiddlosopher
2007-07-21+ Added support for Strikeout, Superscript, andfiddlosopher
2007-07-21+ Added Strikeout support to Markdown writer.fiddlosopher
2007-07-21Moved failIfStrict from Markdown reader tofiddlosopher
2007-07-21Changes to functions for character escaping:fiddlosopher
2007-07-21Changed system for indicating man page title, section,fiddlosopher
2007-07-21Added Strikeout, Superscript, and Subscript tofiddlosopher
2007-07-21Added Strikeout, Superscript, and Subscript asfiddlosopher
2007-07-19Refactored character escaping in Text.Pandoc.Writers.Markdown usingfiddlosopher
2007-07-19Added escapeCharAsString to Text.Pandoc.Shared.fiddlosopher
2007-07-16Simplified inlinesInBalanced, using lookAhead.fiddlosopher
2007-07-15Markdown reader: Added inlinesInBalanced parser combinator tofiddlosopher
2007-07-15Added charsInBalanced parser combinator to Text.Pandoc.ParserCombinators.fiddlosopher
2007-07-15ConTeXt writer changes:fiddlosopher
2007-07-15Merged branches/context: addition of a ConTeXt writerfiddlosopher
2007-07-15Removed an unused function in LaTeX writer.fiddlosopher
2007-07-14Simplified special character escaping code in LaTeX writer.fiddlosopher
2007-07-14Small comment fix in LaTeX writer.fiddlosopher
2007-07-14Change to footnotes in HTML writer: Instead of putting the footnotefiddlosopher
2007-07-13Changed encodeUTF8 to toUTF8, decodeUTF8 to fromUTF8,fiddlosopher
2007-07-12Cleaned up Text.Pandoc. Added lots of documentation,fiddlosopher
2007-07-12HTML reader: haddock comment fix.fiddlosopher
2007-07-12Export NoteTable in Text.Pandoc.Shared.fiddlosopher
2007-07-12Pandoc.hs:fiddlosopher
2007-07-12Change to defaultWriterOptions: standalone is False by default.fiddlosopher
2007-07-09Markdown reader: Parse bracketed text in inline footnotes. Previously,fiddlosopher
2007-07-09RST reader: Allow hyperlink target URIs to be split over multiplefiddlosopher
2007-07-09Moved Text.ParserCombinators.Pandoc ->fiddlosopher
2007-07-09Added type declaration for hsepBlocks infiddlosopher
2007-07-09Text.Pandoc.Blocks:fiddlosopher
2007-07-09Markdown writer:fiddlosopher
2007-07-09Added --toc support to Markdown writer.fiddlosopher
2007-07-09Added support for --toc to RTF writer.fiddlosopher
2007-07-09Moved isHeaderBlock from Text.Pandoc.Writers.HTMLfiddlosopher
2007-07-08Regularized the scheme for unique header identifiers in HTML writer:fiddlosopher
2007-07-08HTML writer changes:fiddlosopher
2007-07-08Added --toc support to RST writer.fiddlosopher
2007-07-08Man writer: Don't print .\" t at beginning unless we'refiddlosopher
2007-07-08LaTeX writer:fiddlosopher
2007-07-08HTML writer: Slight change in code for generating uniquefiddlosopher
2007-07-08Fixed bug in Notes ($$ instead of <>), which causedfiddlosopher
2007-07-07Adjusted copyright notices to 2006-7; usefiddlosopher
2007-07-07Haddock documentation for Text.Pandoc.Blocks.fiddlosopher
2007-07-07Man writer: Use integral n measures instead of fractional ifiddlosopher
2007-07-07Put table of contents in its own div (id="toc").fiddlosopher
2007-07-07HTML writer modifications:fiddlosopher
2007-07-07+ Introduced writerIgnoreNotes option in WriterOptions. This is neededfiddlosopher
2007-07-07Added writerTableOfContents to WriterOptions, and added afiddlosopher
2007-07-07Changes to HTML writer to incorporate automatic identifiers forfiddlosopher
2007-07-07Minor comment change.fiddlosopher