How to convert text lines with BR tags into the linse with the LI
Is there any way to access a text that;s not wrapped in any tag just BR to create a new line. I need to convert it into the each separate item into the list item. Something like this:
- Front access battery design for easy battery access
- <br>
- Fully assembled, tested and listed to UL 1778
- <br>
- Breaker and fuse options for single and multiple string applications
- <br>
- Hinged locking front doors for secure easy access
<li>
Front access battery design for easy battery access</li>
<li>Fully assembled, tested and listed to UL 1778</li>
<li>Breaker and fuse options for single and multiple string applications</li>
- <li>Hinged locking front doors for secure easy access</li>