# Publishing review sample

> Preview a representative draft before the final publisher owns it.

## Review structure

- Check the [publishing preview](https://mv.tools/guides?topic=writing&view=sample).
  - Keep `inline code` literal.
- Keep Unicode, spaces, `&`, `=`, and `%` inside the intended value.

```js
const status = 'draft'
console.log(status)
```

| Check | Expected result |
| --- | --- |
| Raw HTML | `<mark>shown as text</mark>` |
