## Overview

Quotes render regular blockquotes without alert styling.

Use them for cited text, quoted excerpts, or offset notes that should stand apart from the main paragraph flow without looking like a warning or a callout.

For alert-style blocks such as Note, Tip, Important, Warning, and Caution, see [Hints](/manual/content/blocks/hints/overview/).

## Markdown Syntax

```markdown
> This is a regular quote.
```

## Good Uses

- Quoted speech or copied excerpts
- Short citations from guides, specs, or changelogs
- Side notes that need visual separation but not semantic severity

## Notes

- If there is no `[!TYPE]` marker, Docsector keeps the blockquote neutral.
- Regular quotes can still contain inline emphasis, links, inline code, and math.
