markdown help: mention backticks

This commit is contained in:
joshua stein 2014-05-06 21:32:08 -05:00
parent 2939e18172
commit 9c9e7943f1

View file

@ -12,6 +12,10 @@
<td><strike>struck-through</strike></td>
<td>surround text with <tt>~~two tilde characters~~</tt></td>
</tr>
<tr>
<td><tt>fixed width</tt></td>
<td>surround text with <tt>`backticks`</tt></td>
</tr>
<tr>
<td><a href="http://example.com/"
style="color: inherit;">linked text</a></td>
@ -27,7 +31,6 @@
text</pre></td>
<td>prefix text with at least<tt>&nbsp;&nbsp;&nbsp;&nbsp;4 spaces</tt></td>
</tr>
<% if defined?(allow_images) && allow_images %>
<tr>
<td>(inline image)</td>
@ -35,6 +38,5 @@
story text</td>
</tr>
<% end %>
</table>
</div>