I am using BlueCloth as a Markdown library for Ruby, and I can\'t find any syntax for getting a text underlined. What is it?
You can wrote **_bold and italic_** and re-style it to underlined text, like this:
**_bold and italic_**
strong>em, em>strong, b>i, i>b { font-style:normal; font-weight:normal; text-decoration:underline; }