## highlight_term()


Escape `text` and wrap case-insensitive matches of `term` in .


Usage


``` python
highlight_term(
    text,
    term,
)
```
