type github.com/yuin/goldmark.Extender
9 uses
github.com/yuin/goldmark (current package)
markdown.go#L58: func WithExtensions(ext ...Extender) Option {
markdown.go#L95: extensions []Extender
markdown.go#L103: extensions: []Extender{},
markdown.go#L137: type Extender interface {
github.com/yuin/goldmark/extension
footnote.go#L649: func NewFootnote(opts ...FootnoteOption) goldmark.Extender {
linkify.go#L295: func NewLinkify(opts ...LinkifyOption) goldmark.Extender {
table.go#L534: func NewTable(opts ...TableOption) goldmark.Extender {
typographer.go#L313: func NewTypographer(opts ...TypographerOption) goldmark.Extender {
github.com/yuin/goldmark-emoji
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. |