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
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |