Headings
Markua is a way of writing books. Books have things like chapters, sections and subsections. Sometimes books have parts, e.g. Part One and Part Two.
Here’s the way that headings are currently made in Markua:
1# Part #23This is a paragraph.45# Chapter67This is a paragraph.89## Section1011This is a paragraph.1213### Sub-Section1415This is a paragraph.1617#### Sub-Sub-Section1819This is a paragraph.2021##### Sub-Sub-Sub-Section2223This is a paragraph.2425###### Sub-Sub-Sub-Sub-Section2627This is a paragraph.
Note that we’re changing the way that Part headings are done in a few months. When we do, they will look like this:
1{class: part}2# Part34This is a paragraph.
Everything else that is shown above will continue to work.