Age | Commit message (Expand) | Author | Files | Lines |
2007-07-21 | Changes to functions for character escaping: | fiddlosopher | 1 | -18/+17 |
2007-07-21 | Changed man page markdown sources to use new | fiddlosopher | 4 | -7/+8 |
2007-07-21 | Use capital letters for title in sample man page title block. | fiddlosopher | 1 | -4/+4 |
2007-07-21 | Changed system for indicating man page title, section, | fiddlosopher | 2 | -14/+24 |
2007-07-21 | Updated website feature descriptions. | fiddlosopher | 1 | -16/+41 |
2007-07-21 | README changes: | fiddlosopher | 1 | -19/+34 |
2007-07-21 | Added Strikeout, Superscript, and Subscript to | fiddlosopher | 1 | -8/+12 |
2007-07-21 | Added Strikeout, Superscript, and Subscript as | fiddlosopher | 1 | -0/+3 |
2007-07-21 | Small modification in formatting of web demos. | fiddlosopher | 1 | -15/+14 |
2007-07-19 | Refactored character escaping in Text.Pandoc.Writers.Markdown using | fiddlosopher | 1 | -8/+2 |
2007-07-19 | Added escapeCharAsString to Text.Pandoc.Shared. | fiddlosopher | 1 | -0/+9 |
2007-07-16 | Updated INSTALL instructions with some extra | fiddlosopher | 1 | -17/+18 |
2007-07-16 | Changed destination in changelog to 'unstable', because | fiddlosopher | 1 | -1/+1 |
2007-07-16 | Backup 'var' before making deb and restore after. | fiddlosopher | 1 | -0/+2 |
2007-07-16 | Brought debian/changelog up to date. | fiddlosopher | 1 | -54/+233 |
2007-07-16 | markdown2pdf.in: Test for --table-of-contents as | fiddlosopher | 1 | -1/+1 |
2007-07-16 | Simplified inlinesInBalanced, using lookAhead. | fiddlosopher | 1 | -5/+5 |
2007-07-16 | Revised package synopsis in pandoc.cabal. | fiddlosopher | 1 | -1/+1 |
2007-07-15 | Modified the test of a link containing an underscore in | fiddlosopher | 1 | -1/+1 |
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 | debian/control: For pandoc package, suggest | fiddlosopher | 1 | -1/+1 |
2007-07-15 | Changes to ConTeXt test suite. | fiddlosopher | 1 | -25/+32 |
2007-07-15 | ConTeXt writer changes: | fiddlosopher | 2 | -4/+11 |
2007-07-15 | Documented ConTeXt writer in README. Removed statement | fiddlosopher | 1 | -27/+27 |
2007-07-15 | Main.hs: If writer is "context", automatically select | fiddlosopher | 2 | -2/+3 |
2007-07-15 | Documented ConTeXt writer in pandoc man page. | fiddlosopher | 1 | -4/+4 |
2007-07-15 | Changes to the website: | fiddlosopher | 2 | -10/+19 |
2007-07-15 | If output file has .ctx or .context extension, | fiddlosopher | 1 | -0/+2 |
2007-07-15 | Updated FreeBSD pkg-descr to mention groff man and | fiddlosopher | 1 | -1/+1 |
2007-07-15 | Updated package descriptions in debian/control to mention ConTeXt writer. | fiddlosopher | 1 | -6/+6 |
2007-07-15 | Updated package description in pandoc.cabal to | fiddlosopher | 1 | -2/+2 |
2007-07-15 | Merged branches/context: addition of a ConTeXt writer | fiddlosopher | 10 | -1/+1140 |
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 | Removed some unnecessary files from web directory. | fiddlosopher | 5 | -271/+0 |
2007-07-14 | Revamped website. | fiddlosopher | 6 | -95/+193 |
2007-07-14 | Changed title in README to "Pandoc User's Guide." | fiddlosopher | 1 | -2/+2 |
2007-07-14 | Change to footnotes in HTML writer: Instead of putting the footnote | fiddlosopher | 2 | -20/+23 |
2007-07-13 | Minor modification in debian/control: | roktas | 1 | -1/+1 |
2007-07-13 | Added note in README about how you might want to link to | fiddlosopher | 1 | -2/+12 |
2007-07-13 | Changes to debian/control: | fiddlosopher | 1 | -20/+20 |
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 | Fuller package description in pandoc.cabal. | fiddlosopher | 1 | -8/+26 |
2007-07-12 | Pandoc.hs: | fiddlosopher | 1 | -21/+14 |