aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-07-21Changed system for indicating man page title, section,fiddlosopher2-14/+24
2007-07-21Updated website feature descriptions.fiddlosopher1-16/+41
2007-07-21README changes:fiddlosopher1-19/+34
2007-07-21Added Strikeout, Superscript, and Subscript tofiddlosopher1-8/+12
2007-07-21Added Strikeout, Superscript, and Subscript asfiddlosopher1-0/+3
2007-07-21Small modification in formatting of web demos.fiddlosopher1-15/+14
2007-07-19Refactored character escaping in Text.Pandoc.Writers.Markdown usingfiddlosopher1-8/+2
2007-07-19Added escapeCharAsString to Text.Pandoc.Shared.fiddlosopher1-0/+9
2007-07-16Updated INSTALL instructions with some extrafiddlosopher1-17/+18
2007-07-16Changed destination in changelog to 'unstable', becausefiddlosopher1-1/+1
2007-07-16Backup 'var' before making deb and restore after.fiddlosopher1-0/+2
2007-07-16Brought debian/changelog up to date.fiddlosopher1-54/+233
2007-07-16markdown2pdf.in: Test for --table-of-contents asfiddlosopher1-1/+1
2007-07-16Simplified inlinesInBalanced, using lookAhead.fiddlosopher1-5/+5
2007-07-16Revised package synopsis in pandoc.cabal.fiddlosopher1-1/+1
2007-07-15Modified the test of a link containing an underscore infiddlosopher1-1/+1
2007-07-15Markdown reader: Added inlinesInBalanced parser combinator tofiddlosopher1-29/+24
2007-07-15Added charsInBalanced parser combinator to Text.Pandoc.ParserCombinators.fiddlosopher1-1/+17
2007-07-15debian/control: For pandoc package, suggestfiddlosopher1-1/+1
2007-07-15Changes to ConTeXt test suite.fiddlosopher1-25/+32
2007-07-15ConTeXt writer changes:fiddlosopher2-4/+11
2007-07-15Documented ConTeXt writer in README. Removed statementfiddlosopher1-27/+27
2007-07-15Main.hs: If writer is "context", automatically selectfiddlosopher2-2/+3
2007-07-15Documented ConTeXt writer in pandoc man page.fiddlosopher1-4/+4
2007-07-15Changes to the website:fiddlosopher2-10/+19
2007-07-15If output file has .ctx or .context extension,fiddlosopher1-0/+2
2007-07-15Updated FreeBSD pkg-descr to mention groff man andfiddlosopher1-1/+1
2007-07-15Updated package descriptions in debian/control to mention ConTeXt writer.fiddlosopher1-6/+6
2007-07-15Updated package description in pandoc.cabal tofiddlosopher1-2/+2
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