Current section

Files

Jump to
xberg lib xberg footnote.ex
Raw

lib/xberg/footnote.ex

# This file is auto-generated by alef — DO NOT EDIT.
# alef:hash:61b2c8938c132132f6ac987a5658fed582bea2f8248dbe1d25aa618e0ec0b375
# To regenerate: alef generate
# To verify freshness: alef verify --exit-code
defmodule Xberg.Footnote do
@moduledoc "Footnote in Djot."
@typedoc "Footnote in Djot."
@type t :: %__MODULE__{
label: String.t() | nil,
content: [Xberg.FormattedBlock.t()]
}
defstruct label: nil,
content: []
end