aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2008-12-02Added literate haskell support for markdown reader.fiddlosopher3-9/+53
2008-12-01Conditionally depend on syb and base >= 4 if ghc >= 6.10.fiddlosopher1-1/+5
2008-12-01Removed package-URL field from cabal file.fiddlosopher1-1/+0
2008-11-25Markdown reader: relax spacing rules for $$ in display math.fiddlosopher1-1/+4
2008-11-17Website: Updated links to distribution repositories.fiddlosopher1-6/+7
2008-11-11LaTeX writer: fixed bug with empty table cells.fiddlosopher1-1/+1
2008-11-07Website demos: removed escaping of -.fiddlosopher2-1/+3
2008-11-06Fixed problem in mkdemos.pl:fiddlosopher1-1/+0