github.com/yuin/goldmark/ast.BaseNode.Text (method)

4 uses

	github.com/yuin/goldmark/ast (current package)
		ast.go#L378: func (n *BaseNode) Text(source []byte) []byte {

	github.com/yuin/goldmark/renderer/html
		html.go#L568: 	_, _ = w.Write(util.EscapeHTML(n.Text(source)))

	golang.org/x/pkgsite/internal/frontend
		goldmark.go#L242: 			if bytes.Equal(n.Text(reader.Source()), linkHeadingBytes) {
		goldmark.go#L258: 						Body: string(l.Text(reader.Source())),