type github.com/yuin/goldmark/ast.Heading
12 uses
github.com/yuin/goldmark/ast (current package)
block.go#L160: type Heading struct {
block.go#L168: func (n *Heading) Dump(source []byte, level int) {
block.go#L179: func (n *Heading) Kind() NodeKind {
block.go#L184: func NewHeading(level int) *Heading {
block.go#L185: return &Heading{
github.com/yuin/goldmark/parser
atx_heading.go#L177: generateAutoHeadingID(node.(*ast.Heading), reader, pc)
atx_heading.go#L192: func generateAutoHeadingID(node *ast.Heading, reader text.Reader, pc Context) {
setext_headings.go#L81: heading := node.(*ast.Heading)
github.com/yuin/goldmark/renderer/html
html.go#L228: n := node.(*ast.Heading)
golang.org/x/pkgsite/internal/frontend
goldmark.go#L89: n := node.(*ast.Heading)
goldmark.go#L236: case *ast.Heading:
goldmark.go#L298: heading := n.(*ast.Heading)
![]() |
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. |