summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* 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
* markdown2pdf.in: Test for --table-of-contents asfiddlosopher2007-07-16
* 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
* Main.hs: If writer is "context", automatically selectfiddlosopher2007-07-15
* If output file has .ctx or .context extension,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
* Main: use Text.Pandoc to simplify list of imported modules.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
* If writer == "s5", don't set table of contents option.fiddlosopher2007-07-12
* Changed order of options, for aesthetic reasons.fiddlosopher2007-07-12
* Recognize output filenames with any single-digit extension as manfiddlosopher2007-07-10
* 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
* Modified markdown2pdf to run pdflatex a second time if --toc wasfiddlosopher2007-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