@ -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>