aboutsummaryrefslogtreecommitdiff
path: root/Text/Pandoc/Readers/Markdown.hs
AgeCommit message (Expand)AuthorFilesLines
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-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.fiddlosopher1-15/+1
2007-12-08Removed support for "box-style" block quotes in markdown.fiddlosopher1-12/+2
2007-11-29Modified markdown reader for new Math block.fiddlosopher1-1/+1
2007-11-29Moved everything from src into the top-level directory.fiddlosopher1-0/+916
2007-11-28Removed Text directory. This is a remnant of an experimentfiddlosopher1-909/+0
2007-11-03Use template haskell to avoid the need for templates:fiddlosopher1-0/+909