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

A paragraph that contains nodes.

Spec: https://github.github.com/gfm/#paragraphs

# `t`

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

---

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