type github.com/yuin/goldmark/ast.AutoLink
9 uses
github.com/yuin/goldmark/ast (current package)
inline.go#L456: type AutoLink struct {
inline.go#L468: func (n *AutoLink) Inline() {}
inline.go#L471: func (n *AutoLink) Dump(source []byte, level int) {
inline.go#L483: func (n *AutoLink) Kind() NodeKind {
inline.go#L488: func (n *AutoLink) URL(source []byte) []byte {
inline.go#L501: func (n *AutoLink) Label(source []byte) []byte {
inline.go#L506: func NewAutoLink(typ AutoLinkType, value *Text) *AutoLink {
inline.go#L507: return &AutoLink{
github.com/yuin/goldmark/renderer/html
html.go#L440: n := node.(*ast.AutoLink)
![]() |
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. |