github.com/russross/blackfriday/v2.HeadingData.Level (field)
9 uses
github.com/russross/blackfriday/v2 (current package)
block.go#L266: block.Level = level
block.go#L313: block.Level = 1
block.go#L1510: block.Level = level
html.go#L662: headingLevel := r.HTMLRendererParameters.HeadingLevelOffset + node.Level
html.go#L909: if node.Level == tocLevel {
html.go#L911: } else if node.Level < tocLevel {
html.go#L912: for node.Level < tocLevel {
html.go#L918: for node.Level > tocLevel {
node.go#L107: Level int // This holds the heading level number
![]() |
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. |