Adding original html format to paragraphs

This commit is contained in:
Julio Ruiz 2026-05-17 10:32:10 -05:00
parent f1d1e226a3
commit fe3bca0f9c
1 changed files with 1 additions and 1 deletions

View File

@ -837,7 +837,7 @@ function highlightTextNodes(root: HTMLElement, terms: string[]): number {
<div class="">
<div
class="paragraph-html text-sm leading-relaxed text-gray-800 dark:text-gray-200"
v-html="hit.document.text"
v-html="hit.document.raw"
/>
</div>
</div>