` (or any other HTML tag with a `class` attribute)
to set the indentation mode for all of them. To set the indentation mode for a
single paragraph, one could also use an explicit `
` tag. To set
the default indentation for a whole document, use the [`class` metadata
field](#metadata) which sets the document's ``. (If unset,
`book` is assumed.)
If you want to insert a blank space between paragraphs without affecting the
indentation (like a scene break in a book) you can either insert an
`
` tag between the paragraphs in question, or, for a longer break
with a horizontal ruler, use a [Markdown dinkus][Markdown dinkus].
The following classes control paragraph indentation:
> `book`---*Book indent* (default). The first paragraph after a heading, table,
> illustration, or paragraph of a different type, is separated from the text
> above by a vertical space.
>
> For subsequent `book` paragraphs (that is, for all `book` paragraphs that
> are immediately follow by another `book` paragraph) the first line of text is
> indented, without any vertical space between paragraphs. (Just like paragraphs
> in a book.)
>
>
>
> `hanging`---*Hanging indent.* Here all lines, *except* the first one, are
> indented. This is often used for glossaries, references and the like. (If a
> `hanging` paragraph follows a `book` paragraph they are also separated by a
> blank line.)
>
>
`contd`---*Continued indent* (for use after `hanging`).
> Like an indented `book` paragraph. The whole paragraph is indented, except
> the first line which is indented twice. This is useful, for example, in a
> glossary where you wish to continue a hanging paragraph without outdenting
> the first line.
>
>
>
> `blank`---*Blank spacing.* Paragraphs are separated from each other a
> vertical blank space. (This the most common type of paragraph separation on
> the web.)
**Note:** Inserting `