type github.com/yuin/goldmark/ast.HTMLBlock

11 uses

	github.com/yuin/goldmark/ast (current package)
		block.go#L438: type HTMLBlock struct {
		block.go#L449: func (n *HTMLBlock) IsRaw() bool {
		block.go#L455: func (n *HTMLBlock) HasClosure() bool {
		block.go#L460: func (n *HTMLBlock) Dump(source []byte, level int) {
		block.go#L484: func (n *HTMLBlock) Kind() NodeKind {
		block.go#L489: func NewHTMLBlock(typ HTMLBlockType) *HTMLBlock {
		block.go#L490: 	return &HTMLBlock{

	github.com/yuin/goldmark/parser
		html_block.go#L114: 	var node *ast.HTMLBlock
		html_block.go#L160: 	htmlBlock := node.(*ast.HTMLBlock)

	github.com/yuin/goldmark/renderer/html
		html.go#L293: 	n := node.(*ast.HTMLBlock)

	golang.org/x/pkgsite/internal/frontend
		goldmark.go#L119: 	n := node.(*ast.HTMLBlock)