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

4 uses

	github.com/yuin/goldmark/parser (current package)
		attribute.go#L47: func ParseAttributes(reader text.Reader) (Attributes, bool) {
		attribute.go#L144: 		value, ok = ParseAttributes(reader)
		atx_heading.go#L128: 			attrs, ok := ParseAttributes(reader)
		atx_heading.go#L230: 			attrs, ok = ParseAttributes(lr)