type github.com/yuin/goldmark/extension/ast.TableRow

7 uses

	github.com/yuin/goldmark/extension/ast (current package)
		table.go#L80: type TableRow struct {
		table.go#L86: func (n *TableRow) Dump(source []byte, level int) {
		table.go#L94: func (n *TableRow) Kind() gast.NodeKind {
		table.go#L99: func NewTableRow(alignments []Alignment) *TableRow {
		table.go#L100: 	return &TableRow{}
		table.go#L123: func NewTableHeader(row *TableRow) *TableHeader {

	github.com/yuin/goldmark/extension
		table.go#L181: func (b *tableParagraphTransformer) parseRow(segment text.Segment, alignments []ast.Alignment, isHeader bool, reader text.Reader, pc parser.Context) *ast.TableRow {