summaryrefslogtreecommitdiff
path: root/client/html/help-comments.hbs
diff options
context:
space:
mode:
Diffstat (limited to 'client/html/help-comments.hbs')
-rw-r--r--client/html/help-comments.hbs30
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 &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>