## highlight()


Highlight important text.


Usage


``` python
highlight(text)
```


## Parameters


`text: str`  
The text to highlight.


## Returns


`str`  
Highlighted text.
