summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/HTML.hs
AgeCommit message (Expand)Author
2012-07-24HTML reader: Fixed bug in htmlBalanced.John MacFarlane
2012-07-20Use Parser as type synonym for Parsec.John MacFarlane
2012-07-20Text.Pandoc.Parsing: Export all Parsec functions used in pandoc code.John MacFarlane
2012-07-20Use Text.Parsec instead of Text.ParserCombinators.Parsec.John MacFarlane
2012-04-29HTML reader: Support `<col>` and `<caption>` in tables.John MacFarlane
2012-04-28HTML reader: Don't skip nonbreaking spaces.John MacFarlane
2012-02-17Don't escape `<` in `<style>` tags with `--self-contained`.John MacFarlane
2012-01-12Added "title" to list of docbook block-level tags.John MacFarlane
2011-12-29Better smart quote parsing.John MacFarlane
2011-10-25HTML reader now recognizes DocBook block and inline tags.John MacFarlane
2011-08-01HTML reader: Fixed bug parsing tables w both thead and tbody.John MacFarlane
2011-07-23Properly handle characters in the 128..159 range.John MacFarlane
2011-07-16HTML reader: treat Plain as Para when needed.John MacFarlane
2011-07-15HTML reader: Handle tbody, thead in simple tables.John MacFarlane
2011-07-10Make HTML reader more forgiving of bad HTML.John MacFarlane
2011-01-26Add support for attributes in inline Code.John MacFarlane
2011-01-26Bumped version to 1.8; depend on pandoc-types 1.8.John MacFarlane
2011-01-14HTML reader: parse simple tables.John MacFarlane
2011-01-14HTML reader: parse location tags in pSatisfy.John MacFarlane
2011-01-06HTML reader: Fixed bug in htmlTag for comments.John MacFarlane
2010-12-30HTML reader: Fixed some parsing bugs.John MacFarlane
2010-12-30New HTML reader using tagsoup as a lexer.John MacFarlane
2010-12-22HTML reader: Simplified parsing of <script> sections.John MacFarlane
2010-12-22Made --smart work with HTML reader.John MacFarlane
2010-12-15HTML reader: allow : in tags.John MacFarlane
2010-12-10Removed HTML sanitization.John MacFarlane
2010-12-07Make --smart work in HTML reader.John MacFarlane
2010-12-03Basic Textile Readerpaul.rivier
2010-11-11HTML reader: don't parse raw HTML inside <code> tag.John MacFarlane
2010-07-14HTML reader: code cleanup + parse <tt> as Code.John MacFarlane
2010-07-05Moved parsing functions from Text.Pandoc.Shared to new module.John MacFarlane
2010-03-23Properly escape URIs in all readers.John MacFarlane
2010-03-23Updated copyright notices.John MacFarlane
2010-03-23Fixed treatment of unicode characters in URIs.John MacFarlane
2010-02-12HTML reader: handle spaces before <html>.fiddlosopher
2010-02-12HTML reader: Be forgiving in parsing a bare list within a list.fiddlosopher
2010-02-02Made HTML reader much more forgiving.fiddlosopher
2009-12-31Removed redundant imports (found by ghc 6.12).fiddlosopher
2009-12-31Changed Meta author and date types to Inline lists instead of Strings.fiddlosopher
2009-12-07Improved syntax for markdown definition lists.fiddlosopher
2009-12-05Added "head" to list of HTML block-level tags.fiddlosopher
2009-11-21Fixed htmlComment parser.fiddlosopher
2009-11-01Properly handle commented-out list items in markdown.fiddlosopher
2009-10-04Added haddock comments warning that readers assume \n line endings.fiddlosopher
2009-07-21Fixed bug in HTML comment parser.fiddlosopher
2009-04-29Made htmlComment parser more efficient.fiddlosopher
2009-01-24Moved all haskell source to src subdirectory.fiddlosopher
2007-11-29Moved everything from src into the top-level directory.fiddlosopher
2007-11-03Reverted back to state as of r1062. The template haskell changesfiddlosopher
2007-11-03Use template haskell to avoid the need for templates:fiddlosopher