``` % pandoc -f docbook -t html Literallayout test Literallayout without class First line. Second line. Third line, indented two spaces. Literallayout with normal class First line. Second line. Third line, indented two spaces. Literallayout with monospaced First line. Second line. Third line, indented two spaces. ^D

Literallayout without class

First line.
Second line.
  Third line, indented two spaces.

Literallayout with normal class

First line.
Second line.
  Third line, indented two spaces.

Literallayout with monospaced

First line.
Second line.
  Third line, indented two spaces.
```