github.com/russross/blackfriday/v2.ListData.Tight (field)
9 uses
github.com/russross/blackfriday/v2 (current package)
block.go#L1131: block.Tight = true
block.go#L1136: block.ListData.Tight = false
block.go#L1187: block.ListData.Tight = false
block.go#L1195: block.ListData.Tight = false
block.go#L1399: block.Tight = false
html.go#L360: return !ld.Tight && ld.ListFlags&ListTypeDefinition == 0
html.go#L368: tightOrTerm := grandparent.Tight || node.Parent.ListFlags&ListTypeTerm != 0
html.go#L708: if node.Parent.Type == Item && node.Parent.Parent.Tight {
node.go#L75: Tight bool // Skip s around list item data if true
![]() |
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. |