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 {
![]() |
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. |