MDExNative.Comrak.Alert (MDExNative v0.2.7)

Copy Markdown View Source

GitHub and GitLab style alerts / admonitions.

See GitHub and GitLab docs.

Summary

Types

t()

@type t() :: %MDExNative.Comrak.Alert{
  alert_type: :note | :tip | :important | :warning | :caution,
  fence_length: non_neg_integer(),
  fence_offset: non_neg_integer(),
  multiline: boolean(),
  nodes: [MDExNative.Comrak.ast_node()],
  sourcepos: term(),
  title: String.t() | nil
}