summaryrefslogtreecommitdiff
path: root/src/Text
Commit message (Expand)AuthorAge
* Include empty \author{} in LaTeX preamble if nofiddlosopher2007-07-26
* Fixes in LaTeX writer:fiddlosopher2007-07-26
* Changed how ASCIIMathML is handled:fiddlosopher2007-07-26
* Fixed bug in TOC generation in HTML writer (regression,fiddlosopher2007-07-24
* LaTeX writer: Make sure \VerbatimFootnotes goes after thefiddlosopher2007-07-23
* In HTML reader, filter Nulls in lists of blocks. (These canfiddlosopher2007-07-23
* Fixed bug in spanStrikeout: case was not exhaustive.fiddlosopher2007-07-23
* README: Removed the statement that the RST reader doesn't parsefiddlosopher2007-07-23
* Added support for definition lists to RST reader.fiddlosopher2007-07-23
* Added definition list support to HTML reader.fiddlosopher2007-07-23
* Added support for definition lists to LaTeX reader.fiddlosopher2007-07-23
* Renamed parseFromStr -> parseFromString.fiddlosopher2007-07-23
* Superscript and Subscript support for RST reader.fiddlosopher2007-07-22
* Added a "try" to the end parser in enclosed (Text.Pandoc.ParserCombinators).fiddlosopher2007-07-22
* Added subscript and superscript support to LaTeX reader.fiddlosopher2007-07-22
* Man writer: Use ~ and ^ for subscripts and superscripts.fiddlosopher2007-07-22
* HTML writer: Use a record for state, instead of a tuple, forfiddlosopher2007-07-22
* HTML writer: include css for .strikethrough only if strikethroughfiddlosopher2007-07-22
* Added ~ to the list of characters the markdownfiddlosopher2007-07-22
* LaTeX reader: Added clauses for tilde and caret.fiddlosopher2007-07-22
* Cleaned up character escaping in LaTeX writer.fiddlosopher2007-07-22
* Removed an extra occurance of escapedChar in definitionfiddlosopher2007-07-22
* Man writer:fiddlosopher2007-07-22
* Changed text to char for one character stringsfiddlosopher2007-07-22
* Markdown writer: Substituted char for text for single characters.fiddlosopher2007-07-22
* + Added support for superscript, subscript, andfiddlosopher2007-07-22
* Added support for strikeout (\sout) to latexfiddlosopher2007-07-22
* Added support for Strikeout, Superscript, and Subscript tofiddlosopher2007-07-21
* + Added support for Strikeout, Superscript, andfiddlosopher2007-07-21
* + Added Strikeout support to Markdown writer.fiddlosopher2007-07-21
* Moved failIfStrict from Markdown reader tofiddlosopher2007-07-21
* Changes to functions for character escaping:fiddlosopher2007-07-21
* Changed system for indicating man page title, section,fiddlosopher2007-07-21
* Added Strikeout, Superscript, and Subscript tofiddlosopher2007-07-21
* Added Strikeout, Superscript, and Subscript asfiddlosopher2007-07-21
* Refactored character escaping in Text.Pandoc.Writers.Markdown usingfiddlosopher2007-07-19
* Added escapeCharAsString to Text.Pandoc.Shared.fiddlosopher2007-07-19
* Simplified inlinesInBalanced, using lookAhead.fiddlosopher2007-07-16
* Markdown reader: Added inlinesInBalanced parser combinator tofiddlosopher2007-07-15
* Added charsInBalanced parser combinator to Text.Pandoc.ParserCombinators.fiddlosopher2007-07-15
* ConTeXt writer changes:fiddlosopher2007-07-15
* Merged branches/context: addition of a ConTeXt writerfiddlosopher2007-07-15
* Removed an unused function in LaTeX writer.fiddlosopher2007-07-15
* Simplified special character escaping code in LaTeX writer.fiddlosopher2007-07-14
* Small comment fix in LaTeX writer.fiddlosopher2007-07-14
* Change to footnotes in HTML writer: Instead of putting the footnotefiddlosopher2007-07-14
* Changed encodeUTF8 to toUTF8, decodeUTF8 to fromUTF8,fiddlosopher2007-07-13
* Cleaned up Text.Pandoc. Added lots of documentation,fiddlosopher2007-07-12
* HTML reader: haddock comment fix.fiddlosopher2007-07-12
* Export NoteTable in Text.Pandoc.Shared.fiddlosopher2007-07-12