svelte-mode icon indicating copy to clipboard operation
svelte-mode copied to clipboard

Invalid imenu structure

Open jcs090218 opened this issue 1 year ago • 0 comments

The following code produces invalid imenu structure.

<section>
    <h1>
        <span class="welcome">
        </span>
    </h1>

    <Counter />
</section>

For more information see https://github.com/joaotavora/breadcrumb/issues/36.

jcs090218 avatar May 13 '24 10:05 jcs090218