Merge pull request #1041 from halfdan/markdown-modal

Fix emphasize notation in Markdown modal.
This commit is contained in:
Hannah Wolfe 2013-10-14 12:20:01 -07:00
commit 3cb955fb44

View File

@ -15,7 +15,7 @@
</tr>
<tr>
<td><em>Emphasize</em></td>
<td>__text__</td>
<td>_text_</td>
<td>Ctrl / Cmd + I</td>
</tr>
<tr>
@ -111,4 +111,4 @@
</tbody>
</table>
For further Markdown syntax reference: <a href="http://daringfireball.net/projects/markdown/syntax" target="_blank">Markdown Documentation</a>
</section>
</section>