MDExNative.Comrak.TableRow (MDExNative v0.2.7)

Copy Markdown View Source

A table row.

See MDExNative.Comrak.Table

Summary

Types

t()

@type t() :: %MDExNative.Comrak.TableRow{
  header: boolean(),
  nodes: [MDExNative.Comrak.ast_node()],
  sourcepos: term()
}