class InlineCode extends HTMLElement { constructor() { super(); this.innerHTML = "" + this.innerHTML + ""; } } customElements.define("jl-code", InlineCode);