Suppress warning
This commit is contained in:
parent
602f35537d
commit
7a278234b5
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue