Adding original html format to paragraphs
This commit is contained in:
parent
f1d1e226a3
commit
fe3bca0f9c
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue