You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having an issue when i try to convert my html.
For example: <show><test>Hello``</test><test><strong>World</strong>``</test><test>RoR!</test></show>
The HTML is:
Hello World RoR!
There is a space between World and RoR!
But the result in Docx is:
Hello WorldRoR!
Of course strong tag is juste 1 case same isue with , etc...
The text was updated successfully, but these errors were encountered:
Hi,
I'm having an issue when i try to convert my html.
For example:
<show><test>Hello``</test><test><strong>World</strong>``</test><test>RoR!</test></show>
The HTML is:
There is a space between World and RoR!
But the result in Docx is:
Of course strong tag is juste 1 case same isue with , etc...
The text was updated successfully, but these errors were encountered: