mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
43 lines
1.2 KiB
Smarty
43 lines
1.2 KiB
Smarty
<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>
|
|
<tr>
|
|
<td><code>[icon]https://youtube.com[/icon]</td>
|
|
<td>adds the site icon next to the link</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
<p>You can also specify the size of embedded images like this:</p>
|
|
|
|
<ul>
|
|
<li><code></code></li>
|
|
<li><code></code></li>
|
|
<li><code></code></li>
|
|
</ul>
|