# `MDEx.Highlight`
[🔗](https://github.com/leandrocp/mdex/blob/v0.12.0/lib/mdex/document.ex#L3103)

Highlight (mark) text.

Uses double equals syntax: `==highlighted text==`

# `t`

```elixir
@type t() :: %MDEx.Highlight{nodes: [MDEx.Document.md_node()], sourcepos: term()}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
