Ora

How do I indent on Discord?

Published in Discord Formatting 3 mins read

To indent on Discord, you primarily utilize specific markdown syntax to create bulleted lists, which visually indents your text. This method is ideal for organizing information, creating outlines, or making points stand out within your messages.

Indenting Messages on Discord

Discord's markdown styling allows for straightforward text indentation by forming list items. This isn't a general paragraph indentation like in word processors, but rather a way to create visually distinct, indented lines, often referred to as bullet points.

Basic Indentation (Single Level)

To create a basic indented line or a single-level bullet point, start your line with a single hyphen (-) followed by a space. This will introduce a dot before your text and indent the line.

Syntax: - (hyphen, then a space)

Example Input:

- This is an indented line with a dot.
- This is another point.

Example Output:

  • This is an indented line with a dot.
  • This is another point.

Nested Indentation (Second Level)

To indent text further, creating a nested bullet point, use two hyphens with a space between them (- -) followed by another space at the beginning of a new line. This will produce a second-level indentation with a nested dot.

Syntax: - - (hyphen, space, hyphen, space)

Example Input:

- Main point
- - Sub-point indented further
- - Another sub-point
- Main point two

Example Output:

  • Main point
    • Sub-point indented further
    • Another sub-point
  • Main point two

Understanding Discord's Indentation as Lists

It's important to understand that this "indentation" functionality in Discord is specifically designed for creating list items. Each line you "indent" using this method will appear as a bullet point. While it achieves the visual effect of indentation, its primary purpose is list formatting, which makes it particularly useful for breaking down complex information into digestible points.

Practical Application and Examples

Utilizing these indentation techniques can significantly enhance the readability of your Discord messages.

Creating a Simple Bulleted List

This is perfect for listing features, requirements, or steps.

Example:

Here are my tasks for today:
- Finish the report
- Send out emails
- Prepare for tomorrow's meeting
- - Review presentation slides

Building a Multi-Level Outline

For more structured information, like meeting agendas or project breakdowns, you can combine both basic and nested indentations.

Example:

Project Mercury Development Plan:
- Phase 1: Planning
- - Define project scope
- - Allocate resources
- Phase 2: Execution
- - Develop core features
- - Implement user interface
- Phase 3: Testing & Deployment
- - Conduct QA
- - Launch product

Summary of Indentation Syntax

The following table summarizes the syntax for different levels of indentation in Discord messages:

Effect Syntax Example Input Example Output
Basic Indentation - (hyphen, space) - Item one - Item one
Nested Indentation - - (hyphen, space, hyphen, space) - - Sub-item - - Sub-item
Another Basic Item - (hyphen, space) - Item two - Item two

Enhancing Readability with Indentation

Using these simple markdown techniques to indent your text can greatly improve the clarity and organization of your Discord messages. Whether you're sharing instructions, outlining ideas, or simply making your points more distinct, these list-based indentations are a powerful tool for effective communication on the platform. For more details on Discord's markdown capabilities, you can refer to the official Discord website at discord.com.