| Escapable | Raw Text Elements | Newlines ignored | |
|---|---|---|---|
| <title> | ✓ | ✓ | start and end |
| <pre> | ✓ | start and end | |
| <listing> | ✓ | start and end | |
| <textarea> | ✓ | ✓ | start |
| <xmp> | ✓ | end | |
| <plaintext> | ✓ | end |
Newlines at the beginning and end of the content are treated like optional newline, and ignored.
This is <pre>.
This is <pre>.
The leading newline in the contents would be treated like the optional newline, and ignored.