ParsedObj represents Node (respectively the DOM Element) and its subtree.
remarks
ParsedObj contains original node and an array of ideas.
Every item is an array of strings and HTML elements,
a full-whitespace string or another ParsedObj.
example
Example ParsedObj contents
{ node: <pclass="chunk">, ideas: [ ["Integer nec odio."]," ", ["Praesent ", <strong>, ", nibh elementum imperdiet."]," ", ["Sed cursus ante dapibus diam."]," ", [ParsedObj]," ", … ]}
ParsedObj represents Node (respectively the DOM Element) and its subtree.
ParsedObj contains original node and an array of ideas. Every item is an array of strings and HTML elements, a full-whitespace string or another ParsedObj.
Example ParsedObj contents