Age | Commit message (Expand) | Author | Files | Lines |
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 |
2007-07-12 | Change to defaultWriterOptions: standalone is False by default. | fiddlosopher | 1 | -1/+1 |
2007-07-12 | Minor formatting tweaks for pandoc website. | fiddlosopher | 2 | -3/+3 |
2007-07-12 | Make sure custom header includes things needed for tables! | fiddlosopher | 1 | -3/+5 |
2007-07-12 | Removed odf demo from website Examples page. (docbook2odf is buggy | fiddlosopher | 1 | -14/+10 |
2007-07-12 | Slightly larger table of header identifiers, so stuff doesn't wrap on LaTeX | fiddlosopher | 1 | -1/+1 |
2007-07-12 | README: Documented scheme for header identifiers in HTML. | fiddlosopher | 1 | -34/+69 |
2007-07-12 | Documented --toc/--table-of-contents option in pandoc man | fiddlosopher | 2 | -0/+10 |
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-11 | Further tweaks to website css. | fiddlosopher | 1 | -3/+4 |
2007-07-11 | Small css tweaks for website. (Smaller sans-serif font, | fiddlosopher | 1 | -1/+5 |
2007-07-11 | Changes to website: | fiddlosopher | 2 | -5/+5 |
2007-07-11 | Use smartquotes and table of contents in generating | fiddlosopher | 1 | -1/+1 |
2007-07-10 | Small changes to website. | fiddlosopher | 2 | -3/+3 |
2007-07-10 | Updated features.txt in website. | fiddlosopher | 1 | -6/+8 |
2007-07-10 | README: Documented man page writer, special title-line | fiddlosopher | 1 | -21/+33 |
2007-07-10 | Use "Pandoc User Manuals" as bottom-left footer in man | fiddlosopher | 4 | -4/+4 |
2007-07-10 | Recognize output filenames with any single-digit extension as man | fiddlosopher | 1 | -1/+1 |
2007-07-09 | Added a test case with an inline link containing bracketed text. | fiddlosopher | 11 | -10/+16 |
2007-07-09 | Minor cosmetic changes to runtests.pl ("passed" in | fiddlosopher | 1 | -2/+2 |
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 | 6 | -15/+14 |
2007-07-09 | Added type declaration for hsepBlocks in | fiddlosopher | 1 | -0/+1 |
2007-07-09 | + Cleaned up runtests.pl. Incorporated table tests in loop with | fiddlosopher | 3 | -39/+10 |
2007-07-09 | Text.Pandoc.Blocks: | fiddlosopher | 3 | -31/+32 |
2007-07-09 | Markdown writer: | fiddlosopher | 2 | -8/+7 |
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 | 4 | -11/+21 |
2007-07-08 | Changes to tests to accommodate r653. | fiddlosopher | 5 | -48/+48 |
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 | 2 | -6/+12 |
2007-07-08 | HTML writer: Slight change in code for generating unique | fiddlosopher | 1 | -1/+1 |
2007-07-08 | Added tests for man writer to runtests.pl. | fiddlosopher | 1 | -1/+1 |
2007-07-08 | Fixed bug in Notes ($$ instead of <>), which caused | fiddlosopher | 1 | -1/+1 |
2007-07-08 | Added version of test suite for man page. | fiddlosopher | 1 | -0/+749 |