aboutsummaryrefslogtreecommitdiff
path: root/Text/Pandoc/Readers
AgeCommit message (Expand)AuthorFilesLines
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
2008-02-09Added support for multiple classes in delimited code block.fiddlosopher1-7/+8
2008-02-09Initial support for delimited code blocks in markdown reader.fiddlosopher1-1/+27
2008-02-09Modified readers for new parameter in CodeBlock.fiddlosopher4-6/+6
2008-01-17Fixed bug in RST reader, which would choke on: "p. one\ntwo\n".fiddlosopher1-2/+2
2008-01-16Removed unnecessary imports.fiddlosopher2-5/+2
2008-01-08Changed copyright dates where appropriate to include 2008.fiddlosopher4-8/+8
2008-01-08Changed comment used to replace unsafe HTML if sanitize-html optionfiddlosopher1-4/+4
2008-01-06RST reader: Fixed bug in parsing explicit links (resolves Issue #44).fiddlosopher1-2/+3
2008-01-06RST reader: cleaned up parsing of reference names in key blocks and links.fiddlosopher1-24/+25
2008-01-06RST reader: Removed unnecessary check for following link in str.fiddlosopher1-2/+1
2008-01-06Fixed markdown reader to handle "*hi **there***" as a strong nested in an emph.fiddlosopher1-2/+3
2008-01-06Markdown reader: Moved blockQuote parser before list parsers.fiddlosopher1-2/+2
2008-01-03Added optional HTML sanitization using a whitelist.fiddlosopher2-23/+87
2007-12-31Fixed bug in the markdown reader: HTML preceding a code blockfiddlosopher2-7/+13
2007-12-31HTML reader: Finished fixing Issue #40.fiddlosopher1-2/+2
2007-12-31HTML reader: Don't interpret contents of style tags as markdown.fiddlosopher1-2/+9