Folio.Content.Figure (Folio v0.2.3)

Copy Markdown View Source

A figure with optional caption. Fields: body, caption, placement, numbering.

Summary

Types

t()

@type t() :: %Folio.Content.Figure{
  body: [Folio.Content.t()],
  caption: [Folio.Content.t()] | nil,
  numbering: String.t() | nil,
  placement: String.t() | nil,
  scope: String.t() | nil,
  separator: String.t() | nil
}