summaryrefslogtreecommitdiff
path: root/client/html/help_comments.tpl
blob: 6ba7e9f8f9c0419e5ee519d6bc1bd8e6561da957 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<p>Comments support Markdown syntax, extended by some handy tags:</p>

<table>
    <tbody>
        <tr>
            <td><code>@426</code></td>
            <td>links to post number 426</td>
        </tr>
        <tr>
            <td><code>#Dragon_Ball</code></td>
            <td>links to tag &ldquo;Dragon_Ball&rdquo;</td>
        </tr>
        <tr>
            <td><code>+Pirate</code></td>
            <td>links to user &ldquo;Pirate&rdquo;</td>
        </tr>
        <tr>
            <td><code>~~new~~</code></td>
            <td>adds strike-through</td>
        </tr>
        <tr>
            <td><code>[spoiler]Lelouch survives[/spoiler]</td>
            <td>marks text as spoiler and hides it</td>
        </tr>
        <tr>
            <td><code>[sjis](´・ω・`)[/sjis]</td>
            <td>adds SJIS art</td>
        </tr>
    </tbody>
</table>

<p>You can also specify the size of embedded images like this:</p>

<ul>
<li><code>![alt](href =WIDTHx "title")</code></li>
<li><code>![alt](href =xHEIGHT "title")</code></li>
<li><code>![alt](href =WIDTHxHEIGHT "title")</code></li>
</ul>