How to convert text lines with BR tags into the linse with the LI

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:

  1. Front access battery design for easy battery access
  2. <br>
  3. Fully assembled, tested and listed to UL 1778
  4. <br>
  5. Breaker and fuse options for single and multiple string applications
  6. <br>
  7. 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>
  8. <li>Hinged locking front doors for secure easy access</li>