Page 1 of 1

allow html tags included text design broken

Posted: Fri Jan 14, 2022 8:32 am
by d-hcelik
Hi
I have a text that includes html tags,i settet allow html tags,it works very well in view but when i saved pdf it is design broken
what shoul i do?

Re: allow html tags included text design broken

Posted: Fri Jan 14, 2022 9:23 am
by Lech Kulikowski
Hello,

We need some additional time to investigate the issue, we will let you know about the result.

Thank you.

Re: allow html tags included text design broken

Posted: Mon Jan 17, 2022 7:42 am
by Lech Kulikowski
Hello,

The issue is fixed. The fix will be available in the next release build.

At the current version, you can change order of </li> and <be> tags:

Code: Select all

<ol><li>Text1</li><br><li>Text2</li><br><li>Text3</li></ol>
change on:на

Code: Select all

<ol><li>Text1<br></li><li>Text2<br></li><li>Text3</li></ol>
Thank you.