type github.com/yuin/goldmark/extension.footnoteBlockParser

8 uses

	github.com/yuin/goldmark/extension (current package)
		footnote.go#L20: type footnoteBlockParser struct {
		footnote.go#L23: var defaultFootnoteBlockParser = &footnoteBlockParser{}
		footnote.go#L31: func (b *footnoteBlockParser) Trigger() []byte {
		footnote.go#L35: func (b *footnoteBlockParser) Open(parent gast.Node, reader text.Reader, pc parser.Context) (gast.Node, parser.State) {
		footnote.go#L73: func (b *footnoteBlockParser) Continue(node gast.Node, reader text.Reader, pc parser.Context) parser.State {
		footnote.go#L86: func (b *footnoteBlockParser) Close(node gast.Node, reader text.Reader, pc parser.Context) {
		footnote.go#L99: func (b *footnoteBlockParser) CanInterruptParagraph() bool {
		footnote.go#L103: func (b *footnoteBlockParser) CanAcceptIndentedLine() bool {