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 {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |