aboutsummaryrefslogtreecommitdiff
path: root/Text/Pandoc/Readers
AgeCommit message (Expand)AuthorFilesLines
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-02Allow LaTeX-style code sections as well as bird-style in lhs markdown.fiddlosopher1-1/+14
2008-12-02LaTeX reader: Added parser for literate haskell code blocks.fiddlosopher1-3/+9
2008-12-02Moved failUnlessLHS to Text.Pandoc.Shared.fiddlosopher1-6/+0
2008-12-02Added literate haskell support for markdown reader.fiddlosopher1-0/+27
2008-11-25Markdown reader: relax spacing rules for $$ in display math.fiddlosopher1-1/+4
2008-11-06Fixed parsing of RST comment blocks.fiddlosopher1-4/+5
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.fiddlosopher1-1/+1
2008-11-01Markdown reader: cleaner handling of spaces in URLs.fiddlosopher1-11/+6
2008-10-31Markdown reader: allow URLs containing spaces.fiddlosopher1-6/+11
2008-10-18HTML reader: Don't interpret contents of <pre> blocks as markdown.fiddlosopher1-1/+13
2008-10-16Added colons to protocols in unsanitaryURI in HTML reader.fiddlosopher1-10/+10
2008-09-16Markdown reader: Ignore blank line after ~~~~~~~~ in delimited code blocks.fiddlosopher1-0/+2
2008-09-12Changed list parser so that only the starting list marker matters:fiddlosopher1-45/+34
2008-09-08Use Data.List's 'intercalate' instead of custom 'joinWithSep'.fiddlosopher3-12/+12
2008-09-06LaTeX reader: Refactored math parsers, limited support for eqnarray.fiddlosopher1-3/+10
2008-09-06LaTeX reader: Removed specialEnvironment parser.fiddlosopher1-7/+0
2008-09-06LaTeX reader: minor improvements.fiddlosopher1-7/+9
2008-09-06LaTeX reader: Fixed regression in list parsingfiddlosopher1-3/+3
2008-09-06LaTeX reader: improvements in raw LaTeX parsing.fiddlosopher1-20/+41
2008-09-06Changed Float to Double in definition of Table element.fiddlosopher1-3/+3
2008-08-26LaTeX reader: Parse "code" environments as verbatim (lhs).fiddlosopher1-15/+9
2008-08-13Support for display math; changed ASCIIMathML -> LaTeXMathML:fiddlosopher2-38/+34
2008-08-11Parse raw ConTeXt environments as TeX in markdown reader.fiddlosopher2-13/+37
2008-08-10Allow newline before URL in markdown link references. Resolves Issue #81.fiddlosopher1-6/+4
2008-08-06Small improvements to citation parsing in markdown reader.fiddlosopher1-4/+4
2008-08-05Allow parsing of multiline citations.fiddlosopher1-2/+2
2008-08-04Added support for Cite to Markdown reader, and conditional support for citepr...fiddlosopher1-2/+41
2008-07-23Markdown reader: Parse setext headers before atx headers.fiddlosopher1-1/+1
2008-07-15Fixed bug in Markdown parser: regular $s triggering math mode.fiddlosopher1-1/+2
2008-07-15Commented out some unneeded code in HTML reader.fiddlosopher1-0/+4
2008-07-15Code cleanup - RST reader.fiddlosopher1-23/+93
2008-07-15LaTeX reader - Code cleanup.fiddlosopher1-16/+76
2008-07-14Code cleanup in LaTeX reader.fiddlosopher1-14/+50
2008-07-13Code cleanup in TexMath reader.fiddlosopher1-1/+14
2008-07-11Added type signatures and fixed other -Wall warnings in Markdown reader.fiddlosopher1-35/+182
2008-07-11Added a few more recognized abbreviations to 'abbrev' parser.fiddlosopher1-1/+2
2008-07-11In smart mode, use nonbreaking spaces after abbreviations in markdown parser.fiddlosopher1-2/+23
2008-07-11Treat '\ ' in (extended) markdown as nonbreaking space.fiddlosopher1-1/+4
2008-06-17Added type signatures, etc., to eliminate -Wall warnings.fiddlosopher1-16/+86
2008-06-08Markdown smart typography: Em dashes no longer eat surrounding whitespace.fiddlosopher1-2/+1
2008-04-20Count anything that isn't a known block (HTML) tag as an inline tagfiddlosopher1-4/+4
2008-03-22The '--sanitize-html' option now examines URIs in markdown linksfiddlosopher2-13/+35
2008-02-09Factored codeBlock into separate codeBlockIndented and codeBlockDelimited.fiddlosopher1-5/+4
2008-02-09Use generic attributes type, not a string, for CodeBlocks.fiddlosopher4-15/+38
2008-02-09Fixed delimited code blocks: eat blank lines afterwards, and allow end linefiddlosopher1-1/+2
2008-02-09Added a needed try to {} attribute parser.fiddlosopher1-4/+4