aboutsummaryrefslogtreecommitdiff
path: root/Text/Pandoc/Readers
AgeCommit message (Expand)AuthorFilesLines
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
2007-12-30Fixed bug in HTML reader: it was looking for <IT> tag, not <I>.fiddlosopher1-1/+1
2007-12-30Made LaTeX reader properly recognize --parse-raw in rawLaTeXInline.fiddlosopher1-2/+4
2007-12-29Markdown reader: Make 'block' conditional on strictness state,fiddlosopher1-21/+27
2007-12-24Markdown: better handling of parentheses in URLs and quotation marks in titles.fiddlosopher1-8/+15
2007-12-24Modified markdown reader to disallow links within links. (Resolves Issue #35.)fiddlosopher1-22/+29
2007-12-24Improved handling of raw HTML in Markdown reader. (Resolves Issue #36.)fiddlosopher1-4/+12
2007-12-24Changed failure message in anyHtmlBlockTag (minor change).fiddlosopher1-1/+1
2007-12-23Modified rawHtmlBlock in HTML reader so it parses </html> and </body> tags.fiddlosopher1-2/+7
2007-12-21Modified 'source' parser in Markdown reader to allow backslash escapes in URLs.fiddlosopher1-3/+4
2007-12-21Fixed handling of email addresses in markdown and reStructuredText.fiddlosopher2-40/+1
2007-12-08Removed support for "box-style" block quotes in markdown.fiddlosopher1-12/+2
2007-12-02Small fix to error handling in TeXMath parser:fiddlosopher1-3/+3
2007-12-02TeXMath parser: use emphasis only for letters, not numbers.fiddlosopher1-4/+8
2007-12-02Added Text.Pandoc.Readers.TeXMath and changed default handling of math.fiddlosopher1-0/+218
2007-11-29Modified markdown reader for new Math block.fiddlosopher1-1/+1
2007-11-29Modified LaTeX reader for new Math blocks.fiddlosopher1-3/+3
2007-11-29Moved everything from src into the top-level directory.fiddlosopher4-0/+2704
2007-11-28Removed Text directory. This is a remnant of an experimentfiddlosopher4-2696/+0
2007-11-03Use template haskell to avoid the need for templates:fiddlosopher4-0/+2696