1
0
Fork 0
mirror of synced 2024-10-05 12:34:50 +13:00

Suppress warning

This commit is contained in:
Andrew Kingston 2024-02-19 16:30:29 +00:00
parent 602f35537d
commit 7a278234b5

View file

@ -139,7 +139,10 @@
</div>
{/if}
{#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}
</Layout>
</div>