##Headings Headings are usually set using a hash before a title. The number of hashes determine the depth of the heading. Hash heading depths range from 1-6: H1: # Heading 1 H2: ## Heading 2 H3: ### Heading 3 H4: #### Heading 4 H5: ##### Heading 5 H6: ###### Heading 6 # H1 ## H2 ### H3 #### H4 ##### H5 ###### H6 Alternatively, for H1 you can use `----` instead of `#` underneath the heading, and for H2 `====` instead of `##`: H1: Heading 1 ------------- H2: Heading 2 ============= You can also use inline formatting and links inside the headings: #*Heading in italic* #Link in the heading to [P4](https://onp4.com)