<div class="comark-content">
<div class="card">
<h3>My Card</h3>
<p>Default slot content.</p>
<footer>Footer slot content.</footer>
</div>
</div>
<div class="comark-content">
<div class="card">
<h3>My Card</h3>
<p>Default slot content.</p>
<template name="footer">Footer slot content.</template>
<footer></footer>
</div>
</div>
Environment
Linux, CachyOS x86_64v24.15.0pnpm v11.1.2SvelteKit(Svelte)Comark Version
v0.3.2
Reproduction
https://github.com/quadratz/Minimum-Reproduction-Repository/tree/comark-svelte
Description
I followed the exact example for named snippets in Svelte provided at https://comark.dev/rendering/svelte#component-bindings-named-snippets, but the output is not as expected.
Steps to Reproduce
comark-sveltepnpm installpnpm run devhttp://localhost:5173/Expected HTML Output
Actual HTML Output
Additional context
No response
Logs