summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc
Commit message (Expand)AuthorAge
...
* 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
* HTML reader: haddock comment fix.fiddlosopher2007-07-12
* Export NoteTable in Text.Pandoc.Shared.fiddlosopher2007-07-12
* Change to defaultWriterOptions: standalone is False by default.fiddlosopher2007-07-12
* Markdown reader: Parse bracketed text in inline footnotes. Previously,fiddlosopher2007-07-09
* RST reader: Allow hyperlink target URIs to be split over multiplefiddlosopher2007-07-09
* Moved Text.ParserCombinators.Pandoc ->fiddlosopher2007-07-09
* Added type declaration for hsepBlocks infiddlosopher2007-07-09
* Text.Pandoc.Blocks:fiddlosopher2007-07-09
* Markdown writer:fiddlosopher2007-07-09
* Added --toc support to Markdown writer.fiddlosopher2007-07-09
* Added support for --toc to RTF writer.fiddlosopher2007-07-09
* Moved isHeaderBlock from Text.Pandoc.Writers.HTMLfiddlosopher2007-07-09
* Regularized the scheme for unique header identifiers in HTML writer:fiddlosopher2007-07-08
* HTML writer changes:fiddlosopher2007-07-08
* Added --toc support to RST writer.fiddlosopher2007-07-08
* Man writer: Don't print .\" t at beginning unless we'refiddlosopher2007-07-08
* LaTeX writer:fiddlosopher2007-07-08