aboutsummaryrefslogtreecommitdiff
path: root/Text/Pandoc/Readers
AgeCommit message (Expand)AuthorFilesLines
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