# `Kreuzberg.DjotFootnote`
[🔗](https://github.com/kreuzberg-dev/kreuzberg/blob/main/lib/kreuzberg/djot.ex#L247)

Footnote in a Djot document.

Matches the Rust `Footnote` struct.

# `t`

```elixir
@type t() :: %Kreuzberg.DjotFootnote{
  content: [Kreuzberg.DjotFormattedBlock.t()],
  label: String.t()
}
```

# `from_map`

```elixir
@spec from_map(map()) :: t()
```

# `to_map`

```elixir
@spec to_map(t()) :: map()
```

---

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