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

Escaped tag.

# `t`

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

---

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