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

Inline code span.

Spec: https://github.github.com/gfm/#code-spans

# `t`

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

---

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