const github.com/russross/blackfriday/v2.TableRow

7 uses

	github.com/russross/blackfriday/v2 (current package)
		block.go#L899: 	p.addBlock(TableRow, nil)
		html.go#L819: 	case TableRow:
		node.go#L38: 	TableRow
		node.go#L65: 	TableRow:       "TableRow",
		node.go#L232: 	case TableRow:
		node.go#L252: 		return t == TableRow
		node.go#L254: 	if n.Type == TableRow {