aboutsummaryrefslogtreecommitdiff
path: root/Text
AgeCommit message (Expand)Author
2009-01-24Moved all haskell source to src subdirectory.fiddlosopher
2009-01-24Allow " as well as '' to end a latex double-quote.fiddlosopher
2009-01-24Fixed bug in mediawiki writer: improper closing tags in tables.fiddlosopher
2009-01-24Added --email-obfuscation option.fiddlosopher
2009-01-24Renamed processIn -> processWith, queryIn -> queryWith.fiddlosopher
2009-01-24Added a plugin system, based on hint.fiddlosopher
2008-12-29More fixes to get markdown writer working with pretty-1.0.1.0.fiddlosopher
2008-12-17Fixed problems in RST and markdown output due to bug in pretty-1.0.1.0fiddlosopher
2008-12-02LaTeX reader: parse |inline lhs| if source is lhs.fiddlosopher
2008-12-02LaTeX and Markdown readers: Add sourceCode class to haskell code.fiddlosopher
2008-12-02Added lhs support to RST reader.fiddlosopher
2008-12-02Added lhs support to RST writer.fiddlosopher
2008-12-02Allow LaTeX-style code sections as well as bird-style in lhs markdown.fiddlosopher
2008-12-02Markdown writer: Use setext style headers only if --lhs-out specified.fiddlosopher
2008-12-02Markdown writer: proper handling of block quotes in lhs mode.fiddlosopher
2008-12-02Handle --lhs-out option in HTML, LaTeX, and Markdown writers.fiddlosopher
2008-12-02Added --lhs-out option.fiddlosopher
2008-12-02LaTeX reader: Added parser for literate haskell code blocks.fiddlosopher
2008-12-02Moved failUnlessLHS to Text.Pandoc.Shared.fiddlosopher
2008-12-02Added literate haskell support for markdown reader.fiddlosopher
2008-11-25Markdown reader: relax spacing rules for $$ in display math.fiddlosopher
2008-11-11LaTeX writer: fixed bug with empty table cells.fiddlosopher
2008-11-06Fixed parsing of RST comment blocks.fiddlosopher
2008-11-02Revert "Markdown reader: Ignore blank line after ~~~~~~~~ in delimited code b...fiddlosopher
2008-11-01Markdown reader: Allow blank space at end of horizontal rules.fiddlosopher
2008-11-01Support horizontal rules in OpenDocument and ODT writers.fiddlosopher
2008-11-01Markdown reader: cleaner handling of spaces in URLs.fiddlosopher
2008-10-31Markdown reader: allow URLs containing spaces.fiddlosopher
2008-10-30Version bump to 1.1.fiddlosopher
2008-10-28Added --jsmath option.fiddlosopher
2008-10-25Changed compactify in Text.Pandoc.Shared - better heuristic.fiddlosopher
2008-10-19Don't print a line break between a footnote and immediately following nonspacefiddlosopher
2008-10-18HTML reader: Don't interpret contents of <pre> blocks as markdown.fiddlosopher
2008-10-18Include classes on tr elements in HTML output: "header", "odd", "even".fiddlosopher
2008-10-16Bump version to 1.0.0.2.fiddlosopher
2008-10-16Added colons to protocols in unsanitaryURI in HTML reader.fiddlosopher
2008-09-23Moved odt-styles/ to data/. Removed unneeded variable in Makefile.fiddlosopher
2008-09-16Markdown reader: Ignore blank line after ~~~~~~~~ in delimited code blocks.fiddlosopher
2008-09-15HTML writer: Enclose all LaTeXMathML bits in <span class="LaTeX">.fiddlosopher
2008-09-14Bumped version to 1.0.0.1.fiddlosopher
2008-09-12Changed list parser so that only the starting list marker matters:fiddlosopher
2008-09-10Version bump to 1.0.fiddlosopher
2008-09-08Use Data.List's 'intercalate' instead of custom 'joinWithSep'.fiddlosopher
2008-09-08Fixed haddock bug in Text/Pandoc/LaTexMathML.hs.fiddlosopher
2008-09-06LaTeX reader: Refactored math parsers, limited support for eqnarray.fiddlosopher
2008-09-06LaTeX reader: Removed specialEnvironment parser.fiddlosopher
2008-09-06LaTeX reader: minor improvements.fiddlosopher
2008-09-06LaTeX reader: Fixed regression in list parsingfiddlosopher
2008-09-06LaTeX reader: improvements in raw LaTeX parsing.fiddlosopher
2008-09-06MediaWiki writer: print class attributes in <pre> for code blocks, if any.fiddlosopher