Skip to content

Commit

Permalink
Merge pull request #3 from TRiBotWillB/bugfix/fix-code-node
Browse files Browse the repository at this point in the history
Prevent whitespace and newline from being displayed in Code Node
  • Loading branch information
freb97 authored Jul 14, 2024
2 parents 54e083b + e537769 commit 7d4bdfc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/runtime/components/blocks/CodeNode.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
<template>
<pre>
<slot />
</pre>
<pre><slot /></pre>
</template>

0 comments on commit 7d4bdfc

Please sign in to comment.