Html(data: "<p>Text <img src=""/> Text2</p>
The space just before Text2 is not rendered.
You are correct. Are you on version 1.0.0?
Yes I am on 1.0.0
The solution is to add the following code around line 408
if (tree is ImageContentElement || tree is SvgContentElement) {
wpc.data = false;
}
Any update on this?
1.0.0 pre seems to fix this. But now there is no space. There should be least a single space between the end of image and text.
Hi @Sub6Resources I have created a merge request to address the issue.
@Nijinsha let me know if it works for your use-case.
Merged the pull request. This will be released with 1.0.0-pre.2