` 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.) > >`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. > >