Adding structure with headings

:ledger: This guide explains how to link directly to a heading within a post or topic, enabling users to navigate long posts efficiently.

:busts_in_silhouette: Resolvists Tier - Everyone

A well-structured forum post is easier to read, easier to understand, and far more likely to receive helpful responses. One of the simplest ways to improve clarity is by using headings. Headings break your content into clear sections, guide readers through your ideas, and help them quickly find the information that matters most—especially in longer or more complex posts.

In this tutorial, you’ll learn how to add headings to your forum posts, when to use them, and how they can make your questions and contributions more effective. With just a few simple formatting techniques, your posts can become more organized, more engaging, and more useful to the entire community.

Summary

This guide covers:

  1. How to create headings using Markdown syntax
  2. How to share and link directly to a heading

:bookmark: Creating headings using Markdown

To create a heading in Markdown, prefix a line of text with one or more # characters. The number of # characters corresponds to the heading level. Here are some examples:

# This is a level 1 heading
Here is a short paragraph.

## This is a level 2 heading
Here is another short paragraph.

### This is a level 3 heading
Here is another short paragraph.

#### This is a level 4 heading
Here is another short paragraph.

When rendered, it looks like this:


This is a level 1 heading

Here is a short paragraph.

This is a level 2 heading

Here is another short paragraph.

This is a level 3 heading

Here is another short paragraph.

This is a level 4 heading

Here is another short paragraph.


:link: Linking to headings

To share a direct link to a heading within a post:

  1. Hover over the heading to reveal a link icon next to it.
  2. Click the link icon to update the URL in your browser’s address bar with the direct link to that heading.
  3. Copy the updated URL from the address bar to share it with others.

:light_bulb: Additional Resources