Skip to content

Commit

Permalink
added markdown help
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketMan committed Sep 25, 2024
1 parent 067ffaa commit 6697786
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions ui/templates/default/block-markdown-help.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<div id='markdown-help' class='markdown-help'>
<table>
<tr><th>type this:</th><th>to get this:</th></tr>
<tr><td>*italics*</td><td><I>italics</I></td></tr>
<tr><td>**bold**</td><td><b>bold</b></td></tr>
<tr><td>* item 1<br>* item 2<br>* item 3</td><td><ul><li>item 1</li><li>item 2</li><li>item 3</li></ul></td></tr>
<tr><td>1. item 1<br>2. item 2<br>3. item 3</td><td><ol><li>item 1</li><li>item 2</li><li>item 3</li></ol></td></tr>
<tr><td>## heading</td><td><H2>heading</H2></td></tr>
<tr><td style="font-size: small;">[RocketMan](https://github.com/RocketMan)</td><td><A HREF="https://github.com/RocketMan">RocketMan</A></td></tr>
</table>
</div>

0 comments on commit 6697786

Please sign in to comment.