6b21ac484f
Replaced native Sanitizer with HTML5lib version. Synced with latest Maruku.
9 lines
129 B
Plaintext
9 lines
129 B
Plaintext
= HTML5lib
|
|
|
|
== Basic Usage
|
|
|
|
require 'html5lib'
|
|
|
|
doc = HTML5lib.parse('<html>...</html>')
|
|
|
|
doc.class # REXML::Document |