···99---
10101111<template id="code-heading">
1212- <!-- slots need to be set using set:html
1313- else it is treated as astro slot -->
1414- <span class="lang"><Fragment set:html={"<slot>.txt</slot>"} /></span>
1212+ <span class="lang"><slot is:inline>.txt</slot></span>
1513 <span id="copied" style="visibility:hidden" role="alert">Copied!</span>
1614 <button id="copy"><Copy /></button>
1715