discord-markdown

Discord uses a variant of Markdown with some unique syntax. Key differences from standard Markdown:

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "discord-markdown" with this command: npx skills add frizzle-chan/mudd/frizzle-chan-mudd-discord-markdown

Discord Markdown

Discord uses a variant of Markdown with some unique syntax. Key differences from standard Markdown:

  • Underline: text (not standard)

  • Spoilers: ||text||

  • Subtext: -# text

  • Combinations like underline+bold+italic

Text Formatting

Style Syntax Example

Italic text or text

italic

Bold text

bold

Bold Italic text

bold italic

Underline text

Strikethrough text

strikethrough

Spoiler ||text||

(hidden until clicked)

Combinations

underline italic underline bold underline bold italic

Headers

Require a space after # . Must be at line start.

Large Header

Medium Header

Small Header

Subtext

Small, subdued text. Requires space after -# . Must be at line start.

-# This appears as subtext

Code

Inline: code

Multi-line:

code block
multiple lines

With syntax highlighting:

print("hello")

Block Quotes

Single line (space required after > ):

This is a quote

Multi-line (everything after >>> is quoted):

This is a multi-line quote

Lists

Bulleted (space required after - or * ):

  • Item one
  • Item two
  • Also works

Indented (2 spaces before bullet):

  • Parent
    • Child
    • Child

Numbered:

  1. First
  2. Second

Masked Links

Click here

Common Patterns

Formatted user mention: <@user_id>

Formatted channel: <#channel_id>

Formatted role: <@&role_id>

Custom emoji: <:name:id> or <a:name:id> (animated) Timestamp: <t:unix_timestamp:format>

Timestamp formats: t (short time), T (long time), d (short date), D (long date), f (short datetime), F (long datetime), R (relative)

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

ruff-formatter

No summary provided by upstream source.

Repository SourceNeeds Review
General

discord-py

No summary provided by upstream source.

Repository SourceNeeds Review
General

postgres-migrations

No summary provided by upstream source.

Repository SourceNeeds Review
General

healtests

No summary provided by upstream source.

Repository SourceNeeds Review