github.com/russross/blackfriday/v2.nodeWalker.root (field)

3 uses

	github.com/russross/blackfriday/v2 (current package)
		node.go#L299: 	root     *Node
		node.go#L306: 		root:     root,
		node.go#L312: 	if (!nw.current.isContainer() || !nw.entering) && nw.current == nw.root {