When Leo attempts to parse an html page using either @auto or @clean (refresh from disc), it does a pretty good job of creating nodes from <div> and other tags. However, it doesn't create nodes for <section> tags. For large files, it's a real pain to go through the code and find where they begin and end, then to manually insert nodes. Should I post an enhancement request for this on GitHub or is there something I'm missing?
Also, is there a setting to prevent the parser from 'overdoing it'? For example, have the parser to *not* create nodes for <p>, <li> or other user selectable tags.
Rob..........
PS Try it for yourself with the attached file.