type github.com/russross/blackfriday/v2.autolinkType

3 uses

	github.com/russross/blackfriday/v2 (current package)
		inline.go#L620: type autolinkType int
		inline.go#L624: 	notAutolink autolinkType = iota
		inline.go#L931: func tagLength(data []byte) (autolink autolinkType, end int) {