Suppress warning

This commit is contained in:
Andrew Kingston 2024-02-19 16:30:29 +00:00
parent 602f35537d
commit 7a278234b5
1 changed files with 4 additions and 1 deletions

View File

@ -139,7 +139,10 @@
</div> </div>
{/if} {/if}
{#if hoverTarget.code} {#if hoverTarget.code}
<pre>{@html highlight(hoverTarget.code)}</pre> <pre>
<!-- eslint-disable-next-line svelte/no-at-html-tags-->
{@html highlight(hoverTarget.code)}
</pre>
{/if} {/if}
</Layout> </Layout>
</div> </div>