Skip to content

Commit

Permalink
Merge pull request #208 from CrimsonFork/patch-1
Browse files Browse the repository at this point in the history
Update discord.md to add "subtext" and reflect linking changes.
  • Loading branch information
mattcone authored Oct 1, 2024
2 parents 5410f63 + b881201 commit a738c04
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions _tools/discord.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ syntax:
- id: horizontal-rules
available: n
- id: links
available: p
notes: "Not fully supported. See this [GitHub issue](https://github.com/discord/discord-api-docs/issues/6450) for more information."
available: y
- id: images
available: n
- id: tables
Expand Down Expand Up @@ -99,5 +98,10 @@ As an added bonus, Discord provides support for several obscure elements.
<td><code>__This text will be underlined.__</code></td>
<td><ins>This text will be underlined.</ins></td>
</tr>
<tr>
<td>Subtext</td>
<td><code>-# This line will be made smaller and greyed out.</code></td>
<td><small style="opacity: 0.6;">This line will be made smaller and greyed out.</small></td>
</tr>
</tbody>
</table>

0 comments on commit a738c04

Please sign in to comment.