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

A Raw output node. This will be inserted verbatim into CommonMark and HTML output. It can only be created programmatically, and is never parsed from input.

# `t`

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

---

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