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

8 uses

	github.com/yuin/goldmark/parser (current package)
		atx_heading.go#L64: type atxHeadingParser struct {
		atx_heading.go#L70: 	p := &atxHeadingParser{}
		atx_heading.go#L77: func (b *atxHeadingParser) Trigger() []byte {
		atx_heading.go#L81: func (b *atxHeadingParser) Open(parent ast.Node, reader text.Reader, pc Context) (ast.Node, State) {
		atx_heading.go#L162: func (b *atxHeadingParser) Continue(node ast.Node, reader text.Reader, pc Context) State {
		atx_heading.go#L166: func (b *atxHeadingParser) Close(node ast.Node, reader text.Reader, pc Context) {
		atx_heading.go#L184: func (b *atxHeadingParser) CanInterruptParagraph() bool {
		atx_heading.go#L188: func (b *atxHeadingParser) CanAcceptIndentedLine() bool {