type github.com/yuin/goldmark/extension.strikethrough

3 uses

	github.com/yuin/goldmark/extension (current package)
		strikethrough.go#L103: type strikethrough struct {
		strikethrough.go#L107: var Strikethrough = &strikethrough{}
		strikethrough.go#L109: func (e *strikethrough) Extend(m goldmark.Markdown) {