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

Emphasis.

Spec: https://github.github.com/gfm/#emphasis-and-strong-emphasis

# `t`

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

---

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