Skip to content

Commit

Permalink
fix: linter
Browse files Browse the repository at this point in the history
  • Loading branch information
TorstenDittmann committed Aug 19, 2023
1 parent f296a30 commit 8a8dfb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/demo/src/lib/Fence.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
const result = hljs.highlight(content, { language: language ?? 'shell' });
</script>

<!-- eslint-disable-next-line svelte/no-at-html-tags -->
<pre><code class={`language-${language}`}>{@html result.value}</code></pre>

0 comments on commit 8a8dfb3

Please sign in to comment.