Sync with latest HTML5lib and latest Maruku
This commit is contained in:
parent
8e92e4a3ab
commit
8ccaad85a5
71 changed files with 1974 additions and 1621 deletions
11
vendor/plugins/HTML5lib/lib/html5.rb
vendored
Normal file
11
vendor/plugins/HTML5lib/lib/html5.rb
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
require 'html5/html5parser'
|
||||
|
||||
module HTML5
|
||||
def self.parse(stream, options={})
|
||||
HTMLParser.parse(stream, options)
|
||||
end
|
||||
|
||||
def self.parseFragment(stream, options={})
|
||||
HTMLParser.parse(stream, options)
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue