3de374d6c1
Do a better job with the wrapper <div>s added by xhtmldiff and Maruku's to_html_tree method. More tests fixed. |
||
---|---|---|
.. | ||
lib | ||
testdata | ||
tests | ||
LICENSE | ||
parse.rb | ||
Rakefile.rb | ||
README |
= HTML5lib == Basic Usage require 'html5lib' doc = HTML5lib.parse('<html>...</html>') doc.class # REXML::Document