simple.html 214 B

12345
  1. <p>this is <u>underlined</u> word</p>
  2. <p><u>an underlined sentence</u></p>
  3. <p><u>three underscores are fine</u></p>
  4. <p>_single_ underscores are left alone</p>
  5. <p><u>multiple</u> underlines in a <u>paragraph</u></p>