This page has moved. Please update your bookmark.

Document Portal

Headers


You can add headers and sub-headers to your document with Markdown. Two syntaxes allow you to insert headers with up to six different levels. You can write headers of level 1 and 2 using the "SeText" syntax:

Code:

Header 1
========

Header 2
--------

Results:

Header 1

Header 2

The "atx" syntax can create headers of any level by changing the number of hash (#):

Code:

# Header 1 #

## Header 2 ##

###### Header at level 6

Results:

Header 1

Header 2

Header at level 6

Note that the tailing hashes are optional.


Back to: Markdown Concepts


Last modified: December 15, 2022 14:26:08 - Edit - Home - Index