aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-07-15Merged branches/context: addition of a ConTeXt writerfiddlosopher10-1/+1140
2007-07-15Removed an unused function in LaTeX writer.fiddlosopher1-2/+0
2007-07-14Simplified special character escaping code in LaTeX writer.fiddlosopher1-12/+18
2007-07-14Small comment fix in LaTeX writer.fiddlosopher1-1/+1
2007-07-14Removed some unnecessary files from web directory.fiddlosopher5-271/+0
2007-07-14Revamped website.fiddlosopher6-95/+193
2007-07-14Changed title in README to "Pandoc User's Guide."fiddlosopher1-2/+2
2007-07-14Change to footnotes in HTML writer: Instead of putting the footnotefiddlosopher2-20/+23
2007-07-13Minor modification in debian/control:roktas1-1/+1
2007-07-13Added note in README about how you might want to link tofiddlosopher1-2/+12
2007-07-13Changes to debian/control:fiddlosopher1-20/+20
2007-07-13Changed encodeUTF8 to toUTF8, decodeUTF8 to fromUTF8,fiddlosopher3-25/+23
2007-07-12Cleaned up Text.Pandoc. Added lots of documentation,fiddlosopher1-5/+30
2007-07-12HTML reader: haddock comment fix.fiddlosopher1-1/+1
2007-07-12Main: use Text.Pandoc to simplify list of imported modules.fiddlosopher1-24/+9
2007-07-12Export NoteTable in Text.Pandoc.Shared.fiddlosopher1-0/+1
2007-07-12Fuller package description in pandoc.cabal.fiddlosopher1-8/+26
2007-07-12Pandoc.hs:fiddlosopher1-21/+14
2007-07-12Change to defaultWriterOptions: standalone is False by default.fiddlosopher1-1/+1
2007-07-12Minor formatting tweaks for pandoc website.fiddlosopher2-3/+3
2007-07-12Make sure custom header includes things needed for tables!fiddlosopher1-3/+5
2007-07-12Removed odf demo from website Examples page. (docbook2odf is buggyfiddlosopher1-14/+10
2007-07-12Slightly larger table of header identifiers, so stuff doesn't wrap on LaTeXfiddlosopher1-1/+1
2007-07-12README: Documented scheme for header identifiers in HTML.fiddlosopher1-34/+69
2007-07-12Documented --toc/--table-of-contents option in pandoc manfiddlosopher2-0/+10
2007-07-12If writer == "s5", don't set table of contents option.fiddlosopher1-1/+2
2007-07-12Changed order of options, for aesthetic reasons.fiddlosopher1-5/+5
2007-07-11Further tweaks to website css.fiddlosopher1-3/+4
2007-07-11Small css tweaks for website. (Smaller sans-serif font,fiddlosopher1-1/+5
2007-07-11Changes to website:fiddlosopher2-5/+5
2007-07-11Use smartquotes and table of contents in generatingfiddlosopher1-1/+1
2007-07-10Small changes to website.fiddlosopher2-3/+3
2007-07-10Updated features.txt in website.fiddlosopher1-6/+8
2007-07-10README: Documented man page writer, special title-linefiddlosopher1-21/+33
2007-07-10Use "Pandoc User Manuals" as bottom-left footer in manfiddlosopher4-4/+4
2007-07-10Recognize output filenames with any single-digit extension as manfiddlosopher1-1/+1
2007-07-09Added a test case with an inline link containing bracketed text.fiddlosopher11-10/+16
2007-07-09Minor cosmetic changes to runtests.pl ("passed" infiddlosopher1-2/+2
2007-07-09Markdown reader: Parse bracketed text in inline footnotes. Previously,fiddlosopher1-2/+10
2007-07-09RST reader: Allow hyperlink target URIs to be split over multiplefiddlosopher1-10/+14
2007-07-09Moved Text.ParserCombinators.Pandoc ->fiddlosopher6-15/+14
2007-07-09Added type declaration for hsepBlocks infiddlosopher1-0/+1
2007-07-09+ Cleaned up runtests.pl. Incorporated table tests in loop withfiddlosopher3-39/+10
2007-07-09Text.Pandoc.Blocks:fiddlosopher3-31/+32
2007-07-09Markdown writer:fiddlosopher2-8/+7
2007-07-09Added --toc support to Markdown writer.fiddlosopher1-6/+26
2007-07-09Added support for --toc to RTF writer.fiddlosopher1-2/+20
2007-07-09Moved isHeaderBlock from Text.Pandoc.Writers.HTMLfiddlosopher2-5/+6
2007-07-08Regularized the scheme for unique header identifiers in HTML writer:fiddlosopher4-11/+21
2007-07-08Changes to tests to accommodate r653.fiddlosopher5-48/+48