Container block directive.
Uses ::: syntax to create container blocks:
:::warning
A paragraph.
- item one
- item two
:::Renders as <div class="warning">...</div>.
Summary
Types
@type t() :: %MDExNative.Comrak.BlockDirective{ fence_length: non_neg_integer(), fence_offset: non_neg_integer(), info: String.t(), nodes: [MDExNative.Comrak.ast_node()], sourcepos: term() }