type github.com/yuin/goldmark/extension.definitionDescriptionParser
8 uses
github.com/yuin/goldmark/extension (current package)
definition_list.go#L101: type definitionDescriptionParser struct {
definition_list.go#L104: var defaultDefinitionDescriptionParser = &definitionDescriptionParser{}
definition_list.go#L112: func (b *definitionDescriptionParser) Trigger() []byte {
definition_list.go#L116: func (b *definitionDescriptionParser) Open(parent gast.Node, reader text.Reader, pc parser.Context) (gast.Node, parser.State) {
definition_list.go#L146: func (b *definitionDescriptionParser) Continue(node gast.Node, reader text.Reader, pc parser.Context) parser.State {
definition_list.go#L152: func (b *definitionDescriptionParser) Close(node gast.Node, reader text.Reader, pc parser.Context) {
definition_list.go#L167: func (b *definitionDescriptionParser) CanInterruptParagraph() bool {
definition_list.go#L171: func (b *definitionDescriptionParser) 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. |