# Highlight
## `highlight`
Highlights text with a background color.
# Example
```example
This is #highlight[important].
```
## Parameters
### fill
The color to highlight the text with.
### stroke
The highlight's border color. See the
[rectangle's documentation]($rect.stroke) for more details.
### top-edge
The top end of the background rectangle.
### bottom-edge
The bottom end of the background rectangle.
### extent
The amount by which to extend the background to the sides beyond
(or within if negative) the content.
### radius
How much to round the highlight's corners. See the
[rectangle's documentation]($rect.radius) for more details.
### body *(required)*
The content that should be highlighted.
## Returns
- content