GitHub and GitLab style alerts / admonitions.
Summary
Types
@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 }