Merge pull request #1041 from halfdan/markdown-modal
Fix emphasize notation in Markdown modal.
This commit is contained in:
commit
3cb955fb44
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user