type github.com/yuin/goldmark/extension.LinkifyOption
8 uses
github.com/yuin/goldmark/extension (current package)
linkify.go#L49: type LinkifyOption interface {
linkify.go#L69: func WithLinkifyAllowedProtocols(value [][]byte) LinkifyOption {
linkify.go#L89: func WithLinkifyURLRegexp(value *regexp.Regexp) LinkifyOption {
linkify.go#L110: func WithLinkifyWWWRegexp(value *regexp.Regexp) LinkifyOption {
linkify.go#L130: func WithLinkifyEmailRegexp(value *regexp.Regexp) LinkifyOption {
linkify.go#L142: func NewLinkifyParser(opts ...LinkifyOption) parser.InlineParser {
linkify.go#L289: options []LinkifyOption
linkify.go#L295: func NewLinkify(opts ...LinkifyOption) goldmark.Extender {
![]() |
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. |