MDEx.TableRow (MDEx v0.12.0)

Copy Markdown View Source

A table row.

See MDEx.Table

Summary

Types

t()

@type t() :: %MDEx.TableRow{
  header: boolean(),
  nodes: [MDEx.Document.md_node()],
  sourcepos: term()
}