github.com/yuin/goldmark/ast.BaseNode.LastChild (method)

4 uses

	github.com/yuin/goldmark/ast (current package)
		ast.go#L290: func (n *BaseNode) LastChild() Node {

	github.com/yuin/goldmark/parser
		code_span.go#L68: 		segment = node.LastChild().(*ast.Text).Segment
		code_span.go#L76: 			t = node.LastChild().(*ast.Text)
		code_span.go#L77: 			segment = node.LastChild().(*ast.Text).Segment