Multi-part books
editMulti-part books
editBooks may also be divided into multiple parts, which are indicated
with level 0
headers:
= Book title // level 0 = Part title // level 0 == Chapter title // level 1 === Section title // level 2 ... etc ...
Each part
also creates a new chunk or HTML file.
Part intro
editA part
may include text before the first chapter
, but
it must be marked with [partintro]
in order to be valid:
= Book title // level 0 = Part one // level 0 [partintro] A paragraph introducing this Part == Chapter title // level 1 ... etc ...
Longer partintro
blocks should be wrapped in an
open block
which starts and ends with two dashes: --
: