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 {