WikitextEx.AST.TableCell (WikitextEx v0.1.1)

View Source

A table cell (header or data) with optional attributes

Summary

Types

cell_type()

@type cell_type() :: :header | :data

t()

@type t() :: %WikitextEx.AST.TableCell{attributes: map(), type: cell_type()}