Revision Difference
Headers#502388
<title>Headers</title>⤶
⤶
Headers are made by using a Hash (#) as the first character on the line.⤶
⤶
## Example⤶
⤶
```⤶
```⤶
# This is the main header
This is some text in this section. You can ignore it.
## This is a secondary header
This is some more text, you can also ignore it.
### This is a less minor header
This is the last line of text. You should definitely ignore it.
```
⤶
## Creates⤶
# This is the main header
This is some text in this section. You can ignore it.
## This is a secondary header
This is some more text, you can also ignore it.
### This is a less minor header
This is the last line of text. You should definitely ignore it.