type github.com/yuin/goldmark/parser.HeadingOption

5 uses

	github.com/yuin/goldmark/parser (current package)
		atx_heading.go#L26: type HeadingOption interface {
		atx_heading.go#L47: func WithAutoHeadingID() HeadingOption {
		atx_heading.go#L60: func WithHeadingAttribute() HeadingOption {
		atx_heading.go#L69: func NewATXHeadingParser(opts ...HeadingOption) BlockParser {
		setext_headings.go#L40: func NewSetextHeadingParser(opts ...HeadingOption) BlockParser {