It looks like the output in all markdown is always wrapped in a <p> tag.
<h2>11ty + WCC Demo</h2>
<p><x-greeting>
<template shadowroot="open">
<p>Hello from the greeting component!</p>
</template>
</x-greeting></p>

Or with innerHTML it breaks apart even more. 🤔

Had this same issue with Greenwood and so would like to see if there is a proper way to avoid this.
It looks like the output in all markdown is always wrapped in a
<p>tag.Or with

innerHTMLit breaks apart even more. 🤔Had this same issue with Greenwood and so would like to see if there is a proper way to avoid this.