type github.com/yuin/goldmark.Markdown
12 uses
github.com/yuin/goldmark (current package)
markdown.go#L36: type Markdown interface {
markdown.go#L99: func New(options ...Option) Markdown {
markdown.go#L139: Extend(Markdown)
github.com/yuin/goldmark/extension
definition_list.go#L262: func (e *definitionList) Extend(m goldmark.Markdown) {
footnote.go#L655: func (e *footnote) Extend(m goldmark.Markdown) {
gfm.go#L13: func (e *gfm) Extend(m goldmark.Markdown) {
linkify.go#L301: func (e *linkify) Extend(m goldmark.Markdown) {
strikethrough.go#L109: func (e *strikethrough) Extend(m goldmark.Markdown) {
table.go#L540: func (e *table) Extend(m goldmark.Markdown) {
tasklist.go#L108: func (e *taskList) Extend(m goldmark.Markdown) {
typographer.go#L319: func (e *typographer) Extend(m goldmark.Markdown) {
github.com/yuin/goldmark-emoji
emoji.go#L339: func (e *emoji) Extend(m goldmark.Markdown) {
![]() |
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. |