0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Correct the Markdown for emphasis

This commit is contained in:
Thomas Faurbye Nielsen 2013-11-15 09:10:27 +01:00
parent 9d55e68689
commit 20ac198d05

View file

@ -15,7 +15,7 @@
</tr> </tr>
<tr> <tr>
<td><em>Emphasize</em></td> <td><em>Emphasize</em></td>
<td>_text_</td> <td>*text*</td>
<td>Ctrl / Cmd + I</td> <td>Ctrl / Cmd + I</td>
</tr> </tr>
<tr> <tr>