type github.com/russross/blackfriday/v2.CellAlignFlags

7 uses

	github.com/russross/blackfriday/v2 (current package)
		block.go#L785: func (p *Markdown) tableHeader(data []byte) (size int, columns []CellAlignFlags) {
		block.go#L814: 	columns = make([]CellAlignFlags, colCount)
		block.go#L898: func (p *Markdown) tableRow(data []byte, columns []CellAlignFlags, header bool) {
		html.go#L372: func cellAlignment(align CellAlignFlags) string {
		markdown.go#L76: type CellAlignFlags int
		markdown.go#L82: 	TableAlignmentLeft CellAlignFlags = 1 << iota
		node.go#L102: 	Align    CellAlignFlags // This holds the value for align attribute