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 WorldRoR!
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...
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...