Describe the bug
The 'docs' addon isn't displaying Svelte components' descriptions in the 'Docs' tab, when that component includes a top-level {#if ...}.
Note this only happens for component descriptions in HTML comments (the recommended approach for component docs). If the description is in a JSDoc block, the description is displayed correctly in the 'Docs' tab.
Describe the bug The 'docs' addon isn't displaying Svelte components' descriptions in the 'Docs' tab, when that component includes a top-level
{#if ...}
.Note this only happens for component descriptions in HTML comments (the recommended approach for component docs). If the description is in a JSDoc block, the description is displayed correctly in the 'Docs' tab.
To Reproduce Follow the install instructions in this reproduction repo.
System