MDExNative.Comrak.TaskItem (MDExNative v0.2.7)

Copy Markdown View Source

A task item inside a list.

Spec: https://github.github.com/gfm/#task-list-items-extension-

Summary

Types

t()

@type t() :: %MDExNative.Comrak.TaskItem{
  checked: boolean(),
  marker: String.t(),
  nodes: [MDExNative.Comrak.ast_node()],
  sourcepos: term()
}