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

Literal text.

Spec: https://github.github.com/gfm/#textual-content

# `t`

```elixir
@type t() :: %MDEx.Text{literal: String.t(), sourcepos: term()}
```

---

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