On Thursday, May 19, 2016 at 12:57:13 PM UTC-5, Largo84 wrote: > > 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. >
Sorry to take so long to respond properly to this. It looks to me that your opening section tags end with `>` instead of `/>`. For example, `<section id="Instructions" class="main-content-section">` not: `<section id="Instructions" class="main-content-section"/> Because of this html error, Leo doesn't look for the matching `</section>` tags. In other words, the fault is in example.html, not in Leo's html importer. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
