diff options
Diffstat (limited to 'client/html/help-comments.hbs')
| -rw-r--r-- | client/html/help-comments.hbs | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/client/html/help-comments.hbs b/client/html/help-comments.hbs new file mode 100644 index 0000000..a1a7b3d --- /dev/null +++ b/client/html/help-comments.hbs @@ -0,0 +1,30 @@ +<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 “Dragon_Ball”</td> + </tr> + <tr> + <td><code>+Pirate</code></td> + <td>links to user “Pirate”</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> |