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