aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2009-01-24Fixed bug in mediawiki writer: improper closing tags in tables.fiddlosopher2-73/+73
2009-01-24Added --email-obfuscation option.fiddlosopher5-60/+110
2009-01-24Improved documentation for plugins in README.fiddlosopher1-22/+69
2009-01-24Renamed processIn -> processWith, queryIn -> queryWith.fiddlosopher4-18/+18
2009-01-24Moved some Extra-Source-Files to Data-Files.fiddlosopher1-9/+10
2009-01-24Added a plugin system, based on hint.fiddlosopher11-24/+398
2008-12-29Brought citeproc support up to date for citeproc-hs-0.2.fiddlosopher2-7/+15
2008-12-29More fixes to get markdown writer working with pretty-1.0.1.0.fiddlosopher1-4/+1
2008-12-23Added Bug-Reports field to cabal file.fiddlosopher1-0/+1
2008-12-17Fixed problems in RST and markdown output due to bug in pretty-1.0.1.0fiddlosopher5-19/+28
2008-12-17Added new listings include to LaTeX writer test.fiddlosopher1-0/+2
2008-12-03Mention WordPress EasyFilter in website.fiddlosopher1-0/+3
2008-12-02LaTeX header: Use fixed-width font for Haskell code.fiddlosopher1-1/+1
2008-12-02LaTeX reader: parse |inline lhs| if source is lhs.fiddlosopher1-2/+9
2008-12-02LaTeX and Markdown readers: Add sourceCode class to haskell code.fiddlosopher2-2/+2
2008-12-02Added lhs support to RST reader.fiddlosopher1-0/+20
2008-12-02Added lhs support to RST writer.fiddlosopher1-4/+8
2008-12-02Use +lhs suffixes in formats instead of options to trigger lhs.fiddlosopher1-31/+18
2008-12-02Modified README and man page to document lhs features.fiddlosopher2-31/+56
2008-12-02Add definition of code environment to LaTeX header.fiddlosopher1-0/+2
2008-12-02Allow LaTeX-style code sections as well as bird-style in lhs markdown.fiddlosopher1-1/+14
2008-12-02Markdown writer: Use setext style headers only if --lhs-out specified.fiddlosopher1-1/+10
2008-12-02Markdown writer: proper handling of block quotes in lhs mode.fiddlosopher1-1/+6
2008-12-02Handle --lhs-out option in HTML, LaTeX, and Markdown writers.fiddlosopher5-5/+42
2008-12-02Added --lhs-out option.fiddlosopher2-14/+32
2008-12-02LaTeX reader: Added parser for literate haskell code blocks.fiddlosopher1-3/+9
2008-12-02Moved failUnlessLHS to Text.Pandoc.Shared.fiddlosopher2-6/+7