A task item inside a list.
Spec: https://github.github.com/gfm/#task-list-items-extension-
Summary
Types
@type t() :: %MDExNative.Comrak.TaskItem{ checked: boolean(), marker: String.t(), nodes: [MDExNative.Comrak.ast_node()], sourcepos: term() }
A task item inside a list.
Spec: https://github.github.com/gfm/#task-list-items-extension-
@type t() :: %MDExNative.Comrak.TaskItem{ checked: boolean(), marker: String.t(), nodes: [MDExNative.Comrak.ast_node()], sourcepos: term() }