MDExNative.Comrak.List (MDExNative v0.2.7)

Copy Markdown View Source

A List that contains MDExNative.Comrak.ListItem.

Spec: https://github.github.com/gfm/#lists

Summary

Types

t()

@type t() :: %MDExNative.Comrak.List{
  bullet_char: String.t(),
  delimiter: :period | :paren,
  is_task_list: boolean(),
  list_type: :bullet | :ordered,
  marker_offset: non_neg_integer(),
  nodes: [MDExNative.Comrak.ast_node()],
  padding: non_neg_integer(),
  sourcepos: term(),
  start: non_neg_integer(),
  tight: boolean()
}