github.com/russross/blackfriday/v2.Node.isContainer (method)

3 uses

	github.com/russross/blackfriday/v2 (current package)
		node.go#L202: func (n *Node) isContainer() bool {
		node.go#L312: 	if (!nw.current.isContainer() || !nw.entering) && nw.current == nw.root {
		node.go#L316: 	if nw.entering && nw.current.isContainer() {