github.com/russross/blackfriday/v2.Node.Type (field)

39 uses

	github.com/russross/blackfriday/v2 (current package)
		block.go#L1171: 		t := block.Type
		html.go#L315: 	pt := node.Parent.Type
		html.go#L365: 	if grandparent == nil || grandparent.Type != List {
		html.go#L369: 	return grandparent.Type == List && tightOrTerm
		html.go#L507: 	switch node.Type {
		html.go#L514: 			if node.Parent.Type == Link {
		html.go#L631: 				switch node.Prev.Type {
		html.go#L636: 			if node.Parent.Type == BlockQuote && node.Prev == nil {
		html.go#L642: 			if !(node.Parent.Type == Item && node.Next == nil) {
		html.go#L682: 			if !(node.Parent.Type == Item && node.Next == nil) {
		html.go#L708: 			if node.Parent.Type == Item && node.Parent.Parent.Tight {
		html.go#L719: 			if node.Parent.Type == Item && node.Next != nil {
		html.go#L722: 			if node.Parent.Type == Document || node.Parent.Type == BlockQuote {
		html.go#L768: 		if node.Parent.Type != Item {
		html.go#L828: 		panic("Unknown node type " + node.Type.String())
		html.go#L905: 		if node.Type == Heading && !node.HeadingData.IsTitleblock {
		markdown.go#L226: 	for !p.tip.canContain(node.Type) {
		markdown.go#L411: 		if node.Type == Paragraph || node.Type == Heading || node.Type == TableCell {
		markdown.go#L452: 		if node.Type == Paragraph || node.Type == Heading {
		node.go#L116: 	Type       NodeType // Determines the type of the node
		node.go#L138: 		Type: typ,
		node.go#L150: 	return fmt.Sprintf("%s: '%s%s'", n.Type, snippet, ellipsis)
		node.go#L203: 	switch n.Type {
		node.go#L242: 	if n.Type == List {
		node.go#L245: 	if n.Type == Document || n.Type == BlockQuote || n.Type == Item {
		node.go#L248: 	if n.Type == Table {
		node.go#L251: 	if n.Type == TableHead || n.Type == TableBody {
		node.go#L254: 	if n.Type == TableRow {
		node.go#L345: 	result := fmt.Sprintf("%s%s(%q)\n", indent, ast.Type, content)

	golang.org/x/pkgsite/internal/frontend
		overview.go#L41: 		switch node.Type {
		overview.go#L49: 			useRaw := node.Type == blackfriday.Image

	golang.org/x/pkgsite/internal/postgres
		searchdoc.go#L194: 	switch n.Type {