home ~ projects ~ socials

Neopolitan List Section

This is for making unordered lists

Example

-- list

- Keep the hatch tight and the 
watch constant. Let it burn, it 
gives us warmth and comfort.

Lift the square stone over the fence. Loop 
the braid to the left and then over.

- Mark the spot with a sign painted 
red. Open the crate but don't break 
the glass.

Open your book to the first page. Pack 
the kits and don’t forget the salt. Paint 
the sockets in the wall dull green Echo

Translated

Output:
<ul>
  <li>
    <p>
      Keep the hatch tight and the 
      watch constant. Let it burn, it 
      gives us warmth and comfort.
    </p>
    <p>
      Lift the square stone over the 
      fence. Loop the braid to the left 
      and then over.
    </p>
  </li>
  <li>
    <p>
      Mark the spot with a sign painted 
      red. Open the crate but don't break 
      the glass.
    </p>
    <p>
      Open your book to the first page. Pack 
      the kits and don’t forget the salt. Paint 
      the sockets in the wall dull green Echo
    </p>
  </li>
</ul>

Output

  • Keep the hatch tight and the watch constant. Let it burn, it gives us warmth and comfort.

    Lift the square stone over the fence. Loop the braid to the left and then over.

  • Mark the spot with a sign painted red. Open the crate but don't break the glass.

    Open your book to the first page. Pack the kits and don’t forget the salt. Paint the sockets in the wall dull green Echo

-- end of line --