File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,7 @@ syntax:
2929 - id : horizontal-rules
3030 available : n
3131 - id : links
32- available : p
33- notes : " Not fully supported. See this [GitHub issue](https://github.com/discord/discord-api-docs/issues/6450) for more information."
32+ available : y
3433 - id : images
3534 available : n
3635 - id : tables
@@ -99,5 +98,10 @@ As an added bonus, Discord provides support for several obscure elements.
9998 <td><code>__This text will be underlined.__</code></td>
10099 <td><ins>This text will be underlined.</ins></td>
101100 </tr>
101+ <tr>
102+ <td>Subtext</td>
103+ <td><code>-# This line will be made smaller and greyed out.</code></td>
104+ <td><small style="opacity: 0.6;">This line will be made smaller and greyed out.</small></td>
105+ </tr>
102106 </tbody >
103107</table >
You can’t perform that action at this time.
0 commit comments