fix: white space
This commit is contained in:
parent
89712aada7
commit
4769c31d09
|
@ -48,7 +48,7 @@ const text = computed(() => {
|
|||
</template>
|
||||
<template v-else>
|
||||
<div class="leading-relaxed break-all">
|
||||
<pre v-if="!inversion" class="markdown-body" v-html="text" />
|
||||
<div v-if="!inversion" class="markdown-body" v-html="text" />
|
||||
<div v-else class="whitespace-pre-wrap" v-text="text" />
|
||||
</div>
|
||||
</template>
|
||||
|
|
Loading…
Reference in New Issue