# Comments

Comment blocks are stripped out during processing. They do not exist in the output document in any form.

## Syntax

Comment blocks start with `</*` and end with `*/>`.

## Nesting

Comment blocks may be nested. Each opening `</*` must be matched with a closing `*/>`.