Closed
Description
Svelte supports implicitly closing tags like <li>first <li>second
, but it won't allow them to be closed by a mustache closing block: https://svelte.dev/repl/733548506a2b44819e39157bd6a055d3.
I don't think this is intuitive and would expect svelte to either disallow it everywhere (even though it's valid html) or relax the mustache closing block rules (what I'd personally prefer).
Metadata
Metadata
Assignees
Labels
No labels