type github.com/yuin/goldmark-emoji.withRendererFunc

6 uses

	github.com/yuin/goldmark-emoji (current package)
		emoji.go#L186: var _ RendererOption = &withRendererFunc{}
		emoji.go#L188: type withRendererFunc struct {
		emoji.go#L192: func (o *withRendererFunc) emojiOption() {
		emoji.go#L196: func (o *withRendererFunc) SetConfig(c *renderer.Config) {
		emoji.go#L201: func (o *withRendererFunc) SetEmojiOption(c *RendererConfig) {
		emoji.go#L209: 	return &withRendererFunc{f}