func github.com/yuin/goldmark/parser.parseAttribute

2 uses

	github.com/yuin/goldmark/parser (current package)
		attribute.go#L61: 		attr, ok := parseAttribute(reader)
		attribute.go#L85: func parseAttribute(reader text.Reader) (Attribute, bool) {