Skip to content

Commit

Permalink
Prevent whitespace and newline from being displayed in Code Node
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Baker committed Jul 14, 2024
1 parent 54e083b commit e537769
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 e537769

Please sign in to comment.