Age | Commit message (Expand) | Author | Files | Lines |
2007-07-15 | Markdown reader: Added inlinesInBalanced parser combinator to | fiddlosopher | 1 | -29/+24 |
2007-07-15 | Added charsInBalanced parser combinator to Text.Pandoc.ParserCombinators. | fiddlosopher | 1 | -1/+17 |
2007-07-15 | ConTeXt writer changes: | fiddlosopher | 2 | -4/+11 |
2007-07-15 | Main.hs: If writer is "context", automatically select | fiddlosopher | 1 | -1/+2 |
2007-07-15 | If output file has .ctx or .context extension, | fiddlosopher | 1 | -0/+2 |
2007-07-15 | Merged branches/context: addition of a ConTeXt writer | fiddlosopher | 5 | -0/+286 |
2007-07-15 | Removed an unused function in LaTeX writer. | fiddlosopher | 1 | -2/+0 |
2007-07-14 | Simplified special character escaping code in LaTeX writer. | fiddlosopher | 1 | -12/+18 |
2007-07-14 | Small comment fix in LaTeX writer. | fiddlosopher | 1 | -1/+1 |
2007-07-14 | Change to footnotes in HTML writer: Instead of putting the footnote | fiddlosopher | 1 | -5/+18 |
2007-07-13 | Changed encodeUTF8 to toUTF8, decodeUTF8 to fromUTF8, | fiddlosopher | 3 | -25/+23 |
2007-07-12 | Cleaned up Text.Pandoc. Added lots of documentation, | fiddlosopher | 1 | -5/+30 |
2007-07-12 | HTML reader: haddock comment fix. | fiddlosopher | 1 | -1/+1 |
2007-07-12 | Main: use Text.Pandoc to simplify list of imported modules. | fiddlosopher | 1 | -24/+9 |
2007-07-12 | Export NoteTable in Text.Pandoc.Shared. | fiddlosopher | 1 | -0/+1 |
2007-07-12 | Pandoc.hs: | fiddlosopher | 1 | -21/+14 |
2007-07-12 | Change to defaultWriterOptions: standalone is False by default. | fiddlosopher | 1 | -1/+1 |
2007-07-12 | If writer == "s5", don't set table of contents option. | fiddlosopher | 1 | -1/+2 |
2007-07-12 | Changed order of options, for aesthetic reasons. | fiddlosopher | 1 | -5/+5 |
2007-07-10 | Recognize output filenames with any single-digit extension as man | fiddlosopher | 1 | -1/+1 |
2007-07-09 | Markdown reader: Parse bracketed text in inline footnotes. Previously, | fiddlosopher | 1 | -2/+10 |
2007-07-09 | RST reader: Allow hyperlink target URIs to be split over multiple | fiddlosopher | 1 | -10/+14 |
2007-07-09 | Moved Text.ParserCombinators.Pandoc -> | fiddlosopher | 5 | -8/+7 |
2007-07-09 | Added type declaration for hsepBlocks in | fiddlosopher | 1 | -0/+1 |
2007-07-09 | Text.Pandoc.Blocks: | fiddlosopher | 2 | -2/+3 |
2007-07-09 | Markdown writer: | fiddlosopher | 1 | -3/+3 |
2007-07-09 | Added --toc support to Markdown writer. | fiddlosopher | 1 | -6/+26 |
2007-07-09 | Added support for --toc to RTF writer. | fiddlosopher | 1 | -2/+20 |
2007-07-09 | Moved isHeaderBlock from Text.Pandoc.Writers.HTML | fiddlosopher | 2 | -5/+6 |
2007-07-08 | Regularized the scheme for unique header identifiers in HTML writer: | fiddlosopher | 1 | -4/+14 |
2007-07-08 | HTML writer changes: | fiddlosopher | 1 | -5/+5 |
2007-07-08 | Added --toc support to RST writer. | fiddlosopher | 1 | -4/+7 |
2007-07-08 | Modified markdown2pdf to run pdflatex a second time if --toc was | fiddlosopher | 1 | -1/+2 |
2007-07-08 | Man writer: Don't print .\" t at beginning unless we're | fiddlosopher | 1 | -1/+1 |
2007-07-08 | LaTeX writer: | fiddlosopher | 1 | -6/+11 |
2007-07-08 | HTML writer: Slight change in code for generating unique | fiddlosopher | 1 | -1/+1 |
2007-07-08 | Fixed bug in Notes ($$ instead of <>), which caused | fiddlosopher | 1 | -1/+1 |
2007-07-07 | Adjusted copyright notices to 2006-7; use | fiddlosopher | 18 | -53/+53 |
2007-07-07 | Haddock documentation for Text.Pandoc.Blocks. | fiddlosopher | 1 | -4/+51 |
2007-07-07 | Man writer: Use integral n measures instead of fractional i | fiddlosopher | 1 | -1/+2 |
2007-07-07 | Put table of contents in its own div (id="toc"). | fiddlosopher | 1 | -1/+1 |
2007-07-07 | HTML writer modifications: | fiddlosopher | 1 | -23/+57 |
2007-07-07 | + Introduced writerIgnoreNotes option in WriterOptions. This is needed | fiddlosopher | 3 | -20/+26 |
2007-07-07 | Added writerTableOfContents to WriterOptions, and added a | fiddlosopher | 2 | -11/+23 |
2007-07-07 | Changes to HTML writer to incorporate automatic identifiers for | fiddlosopher | 1 | -16/+66 |
2007-07-07 | Minor comment change. | fiddlosopher | 1 | -1/+1 |
2007-07-06 | Pandoc.hs: Export all definitions in Text.Pandoc.Definition, | fiddlosopher | 1 | -1/+7 |
2007-07-06 | Fixed bug in Markdown reader: links in footnotes were not | fiddlosopher | 1 | -4/+10 |
2007-07-05 | Added table support to RST writer. | fiddlosopher | 1 | -3/+34 |
2007-07-04 | Added table support to markdown writer. | fiddlosopher | 1 | -3/+34 |