summaryrefslogtreecommitdiff
path: root/src/Text
Commit message (Expand)AuthorAge
* 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
* Pandoc.hs: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
* HTML writer: Slight change in code for generating uniquefiddlosopher2007-07-08
* Fixed bug in Notes ($$ instead of <>), which causedfiddlosopher2007-07-08
* Adjusted copyright notices to 2006-7; usefiddlosopher2007-07-07
* Haddock documentation for Text.Pandoc.Blocks.fiddlosopher2007-07-07
* Man writer: Use integral n measures instead of fractional ifiddlosopher2007-07-07
* Put table of contents in its own div (id="toc").fiddlosopher2007-07-07
* HTML writer modifications:fiddlosopher2007-07-07
* + Introduced writerIgnoreNotes option in WriterOptions. This is neededfiddlosopher2007-07-07
* Added writerTableOfContents to WriterOptions, and added afiddlosopher2007-07-07
* Changes to HTML writer to incorporate automatic identifiers forfiddlosopher2007-07-07
* Minor comment change.fiddlosopher2007-07-07
* Pandoc.hs: Export all definitions in Text.Pandoc.Definition,fiddlosopher2007-07-06
* Fixed bug in Markdown reader: links in footnotes were notfiddlosopher2007-07-06
* Added table support to RST writer.fiddlosopher2007-07-05
* Added table support to markdown writer.fiddlosopher2007-07-04
* Improvements/bug fixes to Text.Pandoc.Blocksfiddlosopher2007-07-04
* Added Text.Pandoc.Blocks module for prettyprinting offiddlosopher2007-07-04
* Man writer:fiddlosopher2007-07-04
* Added table support to man writer (using the tbl preprocessor).fiddlosopher2007-07-04
* Man writer: don't change - to \- (minus sign).fiddlosopher2007-07-02
* Man writer: better output for line break:fiddlosopher2007-07-02
* Minor changes in Man writer:fiddlosopher2007-07-02
* Modified escaping in Man writer. Also changedfiddlosopher2007-07-01
* Added groff man writer.fiddlosopher2007-06-30
* Require blankspace (but not multiple lines) between URL andfiddlosopher2007-05-10
* Fixed bug with indented blocks occurring in definition lists.fiddlosopher2007-05-10