This commit is contained in:
2021-04-06 16:18:00 +02:00
parent dac171cf96
commit 963eaae953
3 changed files with 60 additions and 55 deletions

View File

@@ -26,7 +26,7 @@
export let content
onMount(() => {
hljs.initHighlighting()
hljs.highlightAll()
})
</script>