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:
# Part #
This is a paragraph.
# Chapter
This is a paragraph.
## Section
This is a paragraph.
### Sub-Section
This is a paragraph.
#### Sub-Sub-Section
This is a paragraph.
##### Sub-Sub-Sub-Section
This is a paragraph.
###### Sub-Sub-Sub-Sub-Section
This 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:
{class: part}
# Part
This is a paragraph.
Everything else that is shown above will continue to work.