no underlining in markdown, just strong with **

This commit is contained in:
joshua stein 2012-07-01 20:22:36 -05:00
parent 986e261478
commit f6d9905fd9

View file

@ -5,8 +5,8 @@
<td>surround text with <tt>*asterisks*</tt></td>
</tr>
<tr>
<td><u>underlined text</u></td>
<td>surround text with <tt>_underscores_</tt></td>
<td><strong>strong text</strong></td>
<td>surround text with <tt>**two asterisks**</tt></td>
</tr>
<tr>
<td><strike>struck-through</strike></td>