···100<template id="code-heading">
101 <!-- slots need to be set using set:html
102 else it is treated as astro slot -->
103- <span class="lang"><Fragment set:html={"<slot>Plain Text</slot>"} /></span>
104 <span id="copied" style="visibility:hidden" role="alert">Copied!</span>
105 <button id="copy"><Copy /></button>
106
···100<template id="code-heading">
101 <!-- slots need to be set using set:html
102 else it is treated as astro slot -->
103+ <span class="lang"><Fragment set:html={"<slot>.txt</slot>"} /></span>
104 <span id="copied" style="visibility:hidden" role="alert">Copied!</span>
105 <button id="copy"><Copy /></button>
106