Skip to content

Commit a738c04

Browse files
authored
Merge pull request #208 from CrimsonFork/patch-1
Update discord.md to add "subtext" and reflect linking changes.
2 parents 5410f63 + b881201 commit a738c04

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

_tools/discord.md

+6-2
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)