const github.com/russross/blackfriday/v2.Heading
13 uses
github.com/russross/blackfriday/v2 (current package)
block.go#L264: block := p.addBlock(Heading, data[i:end])
block.go#L312: block := p.addBlock(Heading, data)
block.go#L1509: block := p.addBlock(Heading, data[prev:eol])
html.go#L632: case HTMLBlock, List, Paragraph, Heading, CodeBlock, BlockQuote, HorizontalRule:
html.go#L661: case Heading:
html.go#L905: if node.Type == Heading && !node.HeadingData.IsTitleblock {
markdown.go#L411: if node.Type == Paragraph || node.Type == Heading || node.Type == TableCell {
markdown.go#L452: if node.Type == Paragraph || node.Type == Heading {
node.go#L20: Heading
node.go#L47: Heading: "Heading",
node.go#L214: case Heading:
golang.org/x/pkgsite/internal/frontend
overview.go#L42: case blackfriday.Heading:
golang.org/x/pkgsite/internal/postgres
searchdoc.go#L202: case blackfriday.Paragraph, blackfriday.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. |