type github.com/yuin/goldmark-emoji.Option
10 uses
github.com/yuin/goldmark-emoji (current package)
emoji.go#L20: type Option interface {
emoji.go#L42: Option
emoji.go#L65: func WithEmojis(value definition.Emojis) Option {
emoji.go#L130: Option
emoji.go#L158: func WithRenderingMethod(a RenderingMethod) Option {
emoji.go#L182: func WithTwemojiTemplate(s string) Option {
emoji.go#L208: func WithRendererFunc(f RendererFunc) Option {
emoji.go#L323: options []Option
emoji.go#L328: options: []Option{},
emoji.go#L332: func New(opts ...Option) 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. |