forked from rDrama/rDrama
1
0
Fork 0

add quote and greentext to /formatting

master
Aevann 2023-11-06 13:44:23 +02:00
parent 7f86a34130
commit 769d43a175
1 changed files with 10 additions and 0 deletions

View File

@ -35,6 +35,16 @@
<td>~~text~~</td>
<td><del>text</del></td>
</tr>
<tr>
<td>Quote</td>
<td>> text</td>
<td><blockquote>text</blockquote></td>
</tr>
<tr>
<td>Greentext</td>
<td>>text</td>
<td><g>text</g></td>
</tr>
<tr>
<td>Horizontal Rule</td>
<td>