Files
Redflag/reference/discord_formatting_guide.md
Annie Tunturi 7552788b35 memory: create projects index and reorganize active vs reference
- Create system/projects_index.md (signpost to all work locations)
- Move non-active files from system to reference:
  - discord.md, discord_formatting_guide.md
  - conversation_search_guide.md
  - research_workflow.md, subagent_usage_guide.md
- Active projects stay in system: community_ade, project_paths, compass, etc.
- Reference projects on-demand: infrastructure, research archives

Pattern: system = always-loaded active work, reference = load-on-demand
2026-03-21 08:43:21 -04:00

1.2 KiB

description, limit
description limit
Discord markdown formatting reference for the diva persona 5000

Discord Formatting Guide

Basic Text Styling

Style Syntax Result
Italic *text* or _text_ text
Bold **text** text
Bold Italic ***text*** text
Underline __text__ text
Strikethrough ~~text~~ text
Spoiler ||text||

Combined Styles

Style Syntax
Bold + Underline __**text**__
Italic + Underline __*text*__
Bold + Italic + Underline __***text***__

Headers (Discord supports these)

  • # Big Header (H1)
  • ## Smaller Header (H2)
  • ### Smallest Header (H3)

Subtext

-# This becomes subtext

Code Blocks

Inline: `code`

Multi-line:

code here

Colored Text (via syntax highlighting)

  • ```css\n[blue text]\n```
  • ```yaml\ncyan text\n```
  • ```fix\nyellow text\n```
  • ```diff\n- red text\n+ green text\n```

Block Quotes

Single line: > quote

Multi-line: >>> quote spanning multiple lines

[display text](url)

Escape Characters

Use \ before markdown characters to show them literally: \*not italic\*