github.com/yuin/goldmark/ast.HTMLBlock.ClosureLine (field)

8 uses

	github.com/yuin/goldmark/ast (current package)
		block.go#L445: 	ClosureLine textm.Segment
		block.go#L456: 	return n.ClosureLine.Start >= 0
		block.go#L474: 		cl := n.ClosureLine
		block.go#L493: 		ClosureLine:   textm.NewSegment(-1, -1),

	github.com/yuin/goldmark/parser
		html_block.go#L174: 			htmlBlock.ClosureLine = segment
		html_block.go#L203: 			htmlBlock.ClosureLine = segment

	github.com/yuin/goldmark/renderer/html
		html.go#L307: 				closure := n.ClosureLine

	golang.org/x/pkgsite/internal/frontend
		goldmark.go#L137: 				closure := n.ClosureLine