type github.com/yuin/goldmark/extension.definitionListParser
8 uses
github.com/yuin/goldmark/extension (current package)
definition_list.go#L14: type definitionListParser struct {
definition_list.go#L17: var defaultDefinitionListParser = &definitionListParser{}
definition_list.go#L25: func (b *definitionListParser) Trigger() []byte {
definition_list.go#L29: func (b *definitionListParser) Open(parent gast.Node, reader text.Reader, pc parser.Context) (gast.Node, parser.State) {
definition_list.go#L74: func (b *definitionListParser) Continue(node gast.Node, reader text.Reader, pc parser.Context) parser.State {
definition_list.go#L89: func (b *definitionListParser) Close(node gast.Node, reader text.Reader, pc parser.Context) {
definition_list.go#L93: func (b *definitionListParser) CanInterruptParagraph() bool {
definition_list.go#L97: func (b *definitionListParser) 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. |