multiline-unordered-list.html 108 B

123456
  1. <ul>
  2. <li>This line spans
  3. more than one line and is lazy
  4. </li>
  5. <li>Similar to this line</li>
  6. </ul>