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

2 uses

	github.com/yuin/goldmark/parser (current package)
		attribute.go#L153: 			value, ok = parseAttributeOthers(reader)
		attribute.go#L291: func parseAttributeOthers(reader text.Reader) (interface{}, bool) {