Closed xiCO2k closed 3 years ago
This PR solves the issue of trimming the text content, and adds a space between the elements if needed, HTML works the same way.
render(<<<'HTML' <div> <a class="ml-2">link text</a> and <a href="link">link text</a> </div> HTML);
link text andlink text
link text and link text
This PR solves the issue of trimming the text content, and adds a space between the elements if needed, HTML works the same way.
Example:
Before:
After: