`, `
`, ``, and
tables. Scripts, styles, iframes, and event handlers are stripped.
### Comments and escaping
```markdown
\*not italic\*
```
Backslash escaping works for every Markdown punctuation character.
## Passing Markdown safely
Multiline Markdown survives the CLI intact, but the shell and JSON both need
care.
Prefer a file or standard input for anything longer than one line:
```bash
pukbot comment create 123 --repo owner/repository --body-file comment.md
pukbot comment create 123 --repo owner/repository