aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-05-03Export HTMLMathMethod in Text.Pandoc.fiddlosopher1-0/+1
2009-05-02Made pandoc -v more explicit about compiler options.fiddlosopher1-9/+6
2009-05-01Added new Haskell version of markdown2pdf.fiddlosopher2-15/+27
2009-05-01pandoc.hs: Make --strict compatible with --standalone, --toc.fiddlosopher2-2/+196
2009-05-01Markdown reader: change ' ' to '\160' in abbreviations.fiddlosopher1-1/+2
2009-04-30Markdown reader: improved efficiency of abbreviation parsing.fiddlosopher3-31/+28
2009-04-29Fixed profiling options.fiddlosopher1-2/+2
2009-04-29Improved efficiency of hexNum parser.fiddlosopher1-1/+1
2009-04-29Made htmlComment parser more efficient.fiddlosopher1-1/+3
2009-04-29Added -caf-all to profiling options.fiddlosopher1-2/+2
2009-04-29Improved efficiency of whitespace parser.fiddlosopher1-13/+8
2009-04-29Use more efficient skipNonindentSpaces instead of nonidentSpaces where possible.fiddlosopher1-7/+16
2009-04-29Took out unneeded 'try' in indentSpaces parser.fiddlosopher1-2/+2
2009-04-25HTML writer: wrap sections in divs. Resolves Issue #70.fiddlosopher10-1129/+1190
2009-04-20Added notice of NetBSD port in web index.fiddlosopher1-1/+2
2009-04-18Use Paths_pandoc to get version number.fiddlosopher2-2/+5
2009-04-08Fixed regression with --preserveTabs.fiddlosopher1-3/+8
2009-03-01Updated website index with release 1.2 news.fiddlosopher1-0/+10
2009-03-01Updated googlecode instructions in RELEASE-CHECKLIST.fiddlosopher1-2/+2
2009-03-01Updated RELEASE-CHECKLIST.fiddlosopher1-19/+3
2009-02-28Minor changes in Text.Pandoc.Biblio.fiddlosopher1-3/+3
2009-02-27Setup.hs: replace readProcess with something more portable.fiddlosopher1-4/+7
2009-02-26Made Setup.hs compatible with Cabal < 1.6.fiddlosopher1-6/+5
2009-02-26Don't return an error status on --help or --version.fiddlosopher1-4/+4
2009-02-26Revert "Require Cabal >= 1.6."fiddlosopher2-3/+1
2009-02-26Require Cabal >= 1.6.fiddlosopher2-1/+3
2009-02-24Removed plugin support.fiddlosopher6-332/+8
2009-02-14Added new lhs tests to cabal file.fiddlosopher1-0/+10
2009-02-14Version bump to 1.2.fiddlosopher2-2/+2
2009-02-14Updated changelog.fiddlosopher1-0/+6
2009-02-14Make wrappers flag False by default.fiddlosopher1-1/+1
2009-02-14Changed comment header on hsmarkdown.hs.fiddlosopher1-2/+1
2009-02-14Check to see if highlighting supported and run lhs tests if it is.fiddlosopher2-4/+9
2009-02-14Only run lhs tests if 'lhs' argument passed to RunTests.hs.fiddlosopher1-2/+15
2009-02-14Updated test suites: regular paragraph before block quote.fiddlosopher10-10/+29
2009-02-14Added lhs reader tests. (One case fails.)fiddlosopher2-1/+59
2009-02-10Removed extraneous Text directory (now moved to src/).fiddlosopher0-0/+0
2009-02-07Added tests for lhs writers.fiddlosopher10-1/+340
2009-02-07Fixed bug with header spacing in Markdown and RST writers.fiddlosopher2-5/+11
2009-02-02Brought changelog up to date.fiddlosopher1-0/+91
2009-01-31Gobble space after Plain blocks containing only raw html inline.fiddlosopher3-2/+11
2009-01-31Rewrote hsmarkdown in Haskell for portability.fiddlosopher2-0/+58
2009-01-31Moved tabFilter to Shared.fiddlosopher2-22/+26
2009-01-31Renamed Main.hs -> pandoc.hs.fiddlosopher2-1/+1
2009-01-31Changed srcdir in Makefile.fiddlosopher1-1/+1
2009-01-25Added TemplateHaskell to Extensions for executable, removed -threaded for lib...fiddlosopher1-2/+2
2009-01-24Moved all haskell source to src subdirectory.fiddlosopher32-3/+3
2009-01-24Allow " as well as '' to end a latex double-quote.fiddlosopher1-1/+1
2009-01-24Changed processIn -> processWith in sample plugin.fiddlosopher1-1/+1
2009-01-24Code cleanup based on hlint suggestions.fiddlosopher1-30/+23