github.com/russross/blackfriday/v2.Markdown.tableRow (method)

3 uses

	github.com/russross/blackfriday/v2 (current package)
		block.go#L770: 		p.tableRow(data[rowStart:i], columns, false)
		block.go#L890: 	p.tableRow(header, columns, true)
		block.go#L898: func (p *Markdown) tableRow(data []byte, columns []CellAlignFlags, header bool) {