type github.com/yuin/goldmark/parser.blockquoteParser
9 uses
github.com/yuin/goldmark/parser (current package)
blockquote.go#L9: type blockquoteParser struct {
blockquote.go#L12: var defaultBlockquoteParser = &blockquoteParser{}
blockquote.go#L20: func (b *blockquoteParser) process(reader text.Reader) bool {
blockquote.go#L41: func (b *blockquoteParser) Trigger() []byte {
blockquote.go#L45: func (b *blockquoteParser) Open(parent ast.Node, reader text.Reader, pc Context) (ast.Node, State) {
blockquote.go#L52: func (b *blockquoteParser) Continue(node ast.Node, reader text.Reader, pc Context) State {
blockquote.go#L59: func (b *blockquoteParser) Close(node ast.Node, reader text.Reader, pc Context) {
blockquote.go#L63: func (b *blockquoteParser) CanInterruptParagraph() bool {
blockquote.go#L67: func (b *blockquoteParser) 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. |