We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f296a30 commit 8a8dfb3Copy full SHA for 8a8dfb3
apps/demo/src/lib/Fence.svelte
@@ -7,5 +7,5 @@
7
8
const result = hljs.highlight(content, { language: language ?? 'shell' });
9
</script>
10
-
+<!-- eslint-disable-next-line svelte/no-at-html-tags -->
11
<pre><code class={`language-${language}`}>{@html result.value}</code></pre>
0 commit comments