github.com/yuin/goldmark/extension.LinkifyConfig.AllowedProtocols (field)
6 uses
github.com/yuin/goldmark/extension (current package)
linkify.go#L21: AllowedProtocols [][]byte
linkify.go#L38: c.AllowedProtocols = value.([][]byte)
linkify.go#L63: p.AllowedProtocols = o.value
linkify.go#L145: AllowedProtocols: nil,
linkify.go#L186: if s.LinkifyConfig.AllowedProtocols == nil {
linkify.go#L191: for _, prefix := range s.LinkifyConfig.AllowedProtocols {
![]() |
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. |