type github.com/yuin/goldmark/parser.setextHeadingParser
8 uses
github.com/yuin/goldmark/parser (current package)
setext_headings.go#L11: type setextHeadingParser struct {
setext_headings.go#L41: p := &setextHeadingParser{}
setext_headings.go#L48: func (b *setextHeadingParser) Trigger() []byte {
setext_headings.go#L52: func (b *setextHeadingParser) Open(parent ast.Node, reader text.Reader, pc Context) (ast.Node, State) {
setext_headings.go#L76: func (b *setextHeadingParser) Continue(node ast.Node, reader text.Reader, pc Context) State {
setext_headings.go#L80: func (b *setextHeadingParser) Close(node ast.Node, reader text.Reader, pc Context) {
setext_headings.go#L120: func (b *setextHeadingParser) CanInterruptParagraph() bool {
setext_headings.go#L124: func (b *setextHeadingParser) 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. |