aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2008-11-06Updated location of odt-styles in pandoc.cabal.fiddlosopher1-6/+6
2008-11-06Updated website index page.fiddlosopher1-0/+13
2008-11-06Updated changelog.fiddlosopher1-0/+4
2008-11-06Fixed parsing of RST comment blocks.fiddlosopher3-5/+36
2008-11-02Bumped version in windows installer to 1.1.fiddlosopher1-1/+1
2008-11-02Updated changelog.fiddlosopher1-26/+17
2008-11-02Revert "Markdown reader: Ignore blank line after ~~~~~~~~ in delimited code b...fiddlosopher1-2/+0
2008-11-01Markdown reader: Allow blank space at end of horizontal rules.fiddlosopher4-3/+14
2008-11-01Support horizontal rules in OpenDocument and ODT writers.fiddlosopher4-2/+18
2008-11-01Corrected mispelling (Defnition) in odt styles.xml.fiddlosopher1-1/+1
2008-11-01Markdown reader: cleaner handling of spaces in URLs.fiddlosopher4-13/+25
2008-10-31Updated changelog.fiddlosopher1-4/+8
2008-10-31Markdown reader: allow URLs containing spaces.fiddlosopher1-6/+11
2008-10-30Updated changelog.fiddlosopher1-0/+77
2008-10-30Version bump to 1.1.fiddlosopher2-2/+2
2008-10-28Added --jsmath option.fiddlosopher5-11/+47
2008-10-27Fixed Setup.hs so correct status is returned after build.fiddlosopher1-13/+13
2008-10-25Changed compactify in Text.Pandoc.Shared - better heuristic.fiddlosopher1-16/+15
2008-10-19Don't print a line break between a footnote and immediately following nonspacefiddlosopher1-6/+15
2008-10-18HTML reader: Don't interpret contents of <pre> blocks as markdown.fiddlosopher1-1/+13
2008-10-18Include classes on tr elements in HTML output: "header", "odd", "even".fiddlosopher2-22/+23
2008-10-18Changed date on copyright message in Main.hs.fiddlosopher1-1/+1
2008-10-18pandoc-setup.iss: Don't require admin privileges to run installer.fiddlosopher1-2/+16
2008-10-18Modified modpath.iss to modify HKCU path if user lacks admin privileges.fiddlosopher1-4/+25
2008-10-16Bump version to 1.0.0.2.fiddlosopher2-2/+2
2008-10-16Added colons to protocols in unsanitaryURI in HTML reader.fiddlosopher1-10/+10