type github.com/yuin/goldmark/extension/ast.DefinitionList
11 uses
github.com/yuin/goldmark/extension/ast (current package)
definition_list.go#L9: type DefinitionList struct {
definition_list.go#L16: func (n *DefinitionList) Dump(source []byte, level int) {
definition_list.go#L24: func (n *DefinitionList) Kind() gast.NodeKind {
definition_list.go#L29: func NewDefinitionList(offset int, para *gast.Paragraph) *DefinitionList {
definition_list.go#L30: return &DefinitionList{
github.com/yuin/goldmark/extension
definition_list.go#L30: if _, ok := parent.(*ast.DefinitionList); ok {
definition_list.go#L52: var list *ast.DefinitionList
definition_list.go#L56: list, ok = last.PreviousSibling().(*ast.DefinitionList)
definition_list.go#L64: } else if list, ok = last.(*ast.DefinitionList); ok { // multiple description
definition_list.go#L79: list, _ := node.(*ast.DefinitionList)
definition_list.go#L123: list, _ := parent.(*ast.DefinitionList)
![]() |
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. |