type github.com/yuin/goldmark/parser.paragraphParser
8 uses
github.com/yuin/goldmark/parser (current package)
paragraph.go#L8: type paragraphParser struct {
paragraph.go#L11: var defaultParagraphParser = ¶graphParser{}
paragraph.go#L19: func (b *paragraphParser) Trigger() []byte {
paragraph.go#L23: func (b *paragraphParser) Open(parent ast.Node, reader text.Reader, pc Context) (ast.Node, State) {
paragraph.go#L35: func (b *paragraphParser) Continue(node ast.Node, reader text.Reader, pc Context) State {
paragraph.go#L46: func (b *paragraphParser) Close(node ast.Node, reader text.Reader, pc Context) {
paragraph.go#L65: func (b *paragraphParser) CanInterruptParagraph() bool {
paragraph.go#L69: func (b *paragraphParser) 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. |