Closed tianenpang closed 1 year ago
Avoiding empty strings in the result to get a cleaner DOM.
DOM example with empty result.
<div class>...</div>
<div>...</div>
fixes #123
Description
Avoiding empty strings in the result to get a cleaner DOM.
Additional context
DOM example with empty result.
Before
After
What is the purpose of this pull request?
Before submitting the PR, please make sure you do the following
fixes #123
).