# Comments
Comment blocks are stripped out during processing. They donot 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 `*/>`.