Rendering multiple paragraphs in a single cell in HTML table using docxHtml (DOCX recipe)
-
On my website I have a rich text editor (tip-tap component) that allows to format text and also add tables. As the output I'm saving html content and then rendering it using docxHtml helper in my template. The problem happends when a single cell contains several paragraphs (by pressing "Enter" while adding text). In such case all paragraphs after the first one are rendered out of the table.
It looks like this in tiptap:
Html content:
And in rendered report:
Can you help me fix it please?
-
thanks, we will check