Is there an easy method to convert lines if text to an ordered / unorderd list ?
line1
line2
line2
<ul>
<li>line1</li>
<li>line2</li>
<li>line3</li>
</ul>
Thanks
Is there an easy method to convert lines if text to an ordered / unorderd list ?
line1
line2
line2
<ul>
<li>line1</li>
<li>line2</li>
<li>line3</li>
</ul>
Thanks