0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

Fix emphasize notation in Markdown modal.

fixes #1008
This commit is contained in:
Fabian Becker 2013-10-14 18:12:55 +00:00
parent bb3b153d1c
commit 72f7404d2f

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>