aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/HTML.hs
AgeCommit message (Expand)AuthorFilesLines
2010-12-15HTML reader: allow : in tags.John MacFarlane1-2/+6
2010-12-10Removed HTML sanitization.John MacFarlane1-90/+5
2010-12-07Make --smart work in HTML reader.John MacFarlane1-2/+3
2010-12-03Basic Textile Readerpaul.rivier1-1/+2
2010-11-11HTML reader: don't parse raw HTML inside <code> tag.John MacFarlane1-2/+2
2010-07-14HTML reader: code cleanup + parse <tt> as Code.John MacFarlane1-34/+47
2010-07-05Moved parsing functions from Text.Pandoc.Shared to new module.John MacFarlane1-1/+2
2010-03-23Properly escape URIs in all readers.John MacFarlane1-3/+3
2010-03-23Updated copyright notices.John MacFarlane1-2/+2
2010-03-23Fixed treatment of unicode characters in URIs.John MacFarlane1-1/+1
2010-02-12HTML reader: handle spaces before <html>.fiddlosopher1-0/+1
2010-02-12HTML reader: Be forgiving in parsing a bare list within a list.fiddlosopher1-2/+6
2010-02-02Made HTML reader much more forgiving.fiddlosopher1-29/+106
2009-12-31Removed redundant imports (found by ghc 6.12).fiddlosopher1-1/+1
2009-12-31Changed Meta author and date types to Inline lists instead of Strings.fiddlosopher1-4/+4
2009-12-07Improved syntax for markdown definition lists.fiddlosopher1-2/+2
2009-12-05Added "head" to list of HTML block-level tags.fiddlosopher1-1/+1
2009-11-21Fixed htmlComment parser.fiddlosopher1-1/+1
2009-11-01Properly handle commented-out list items in markdown.fiddlosopher1-0/+1
2009-10-04Added haddock comments warning that readers assume \n line endings.fiddlosopher1-1/+1
2009-07-21Fixed bug in HTML comment parser.fiddlosopher1-2/+2
2009-04-29Made htmlComment parser more efficient.fiddlosopher1-1/+3
2009-01-24Moved all haskell source to src subdirectory.fiddlosopher1-0/+675
2007-11-29Moved everything from src into the top-level directory.fiddlosopher1-496/+0
2007-11-03Reverted back to state as of r1062. The template haskell changesfiddlosopher1-0/+496
2007-11-03Use template haskell to avoid the need for templates:fiddlosopher1-496/+0
2007-09-17Remove just one leading and one trailing newlinefiddlosopher1-3/+11
2007-09-17Changed parsing of code blocks in HTML reader:fiddlosopher1-7/+8
2007-09-15Simplified HTML attribute parsing (HTML reader).fiddlosopher1-10/+5
2007-09-14Fixed two bugs in HTML reader:fiddlosopher1-11/+4
2007-08-19Added a necessary "try" in definition of "para"fiddlosopher1-1/+2
2007-08-18Bug fixes in readers:fiddlosopher1-6/+18
2007-08-15Allow htmlComments as rawHtmlInline in HTML reader.fiddlosopher1-2/+3
2007-08-15Major code cleanup in all modules. (Removed unneeded imports,fiddlosopher1-202/+160
2007-08-08Major change in the way ordered lists are handled:fiddlosopher1-2/+17
2007-07-23In HTML reader, filter Nulls in lists of blocks. (These canfiddlosopher1-2/+2
2007-07-23Fixed bug in spanStrikeout: case was not exhaustive.fiddlosopher1-1/+1
2007-07-23README: Removed the statement that the RST reader doesn't parsefiddlosopher1-0/+1
2007-07-23Added definition list support to HTML reader.fiddlosopher1-13/+32
2007-07-21Added support for Strikeout, Superscript, and Subscript tofiddlosopher1-1/+26
2007-07-12HTML reader: haddock comment fix.fiddlosopher1-1/+1
2007-07-09Moved Text.ParserCombinators.Pandoc ->fiddlosopher1-1/+1
2007-07-07Adjusted copyright notices to 2006-7; usefiddlosopher1-3/+3
2007-04-10Extensive changes stemming from a rethinking of the Pandoc datafiddlosopher1-14/+5
2007-03-03Made image parsing in HTML reader sensitive to thefiddlosopher1-3/+6
2007-03-03Added --inline-links option to force links in HTML to be parsedfiddlosopher1-3/+6
2007-01-28+ Simplified entity handling by removing stringToSGML from Entities.hs.fiddlosopher1-1/+3
2007-01-27Changes in entity handling:fiddlosopher1-10/+5
2007-01-24Fixed bug in 'extractTagType' in HTML reader: previousfiddlosopher1-1/+4
2007-01-24Fixed a bug in extractTagType in HTML Reader: the previousfiddlosopher1-6/+2