discord-markdown

Format text strings with Discord-specific markdown syntax for messages.

3|Updated Dec 29, 2025
One-click install
npx skills add https://github.com/frizzle-chan/mudd --skill discord-markdown
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: discord-markdown
Source: https://github.com/frizzle-chan/mudd/tree/main/.claude/skills/discord-markdown
Command: npx skills add https://github.com/frizzle-chan/mudd --skill discord-markdown

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you format text specifically for Discord messages, ensuring your messages appear correctly with various text styles, headers, code blocks, and more.

Core Features & Use Cases

  • Text Formatting: Apply bold, italics, underline, strikethrough, and spoilers.
  • Structure: Create headers, subtext, block quotes, and lists.
  • Code Blocks: Format inline code and multi-line code blocks with optional syntax highlighting.
  • Links: Create masked links.
  • Use Case: You need to send a message to a Discord channel announcing a new feature, and you want to use bold text for the feature name, a code block for a sample command, and a masked link to the documentation.

Quick Start

Format the following text to be bold and italic for a Discord message.

Frequently Asked Questions about discord-markdown

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I format text strings with Discord markdown syntax?

Yes, you can create masked links in Discord messages by wrapping the link text in brackets followed by the URL in parentheses, generating a clickable text link that hides the raw URL.

How do I add syntax highlighting to multi-line code blocks in Discord?

To add syntax highlighting to multi-line code blocks in Discord, specify the programming language immediately after the opening triple backticks to ensure correct code colorization.

Can I create masked links in Discord messages?

Yes, you can create masked links in Discord messages by wrapping the link text in brackets followed by the URL in parentheses, generating a clickable text link that hides the raw URL.

Does Discord markdown support headers and subtext formatting?

Discord markdown supports headers and subtext formatting by using hash symbols for headers and dashes for subtext, allowing structured text organization within your messages.

Why are my Discord markdown lists and block quotes not rendering correctly?

Discord markdown lists and block quotes may not render correctly if the syntax variations are not strictly followed, such as ensuring proper spacing for list items and using the correct block quote prefix.