var github.com/yuin/goldmark/extension.defaultStrikethroughDelimiterProcessor

2 uses

	github.com/yuin/goldmark/extension (current package)
		strikethrough.go#L29: var defaultStrikethroughDelimiterProcessor = &strikethroughDelimiterProcessor{}
		strikethrough.go#L49: 	node := parser.ScanDelimiter(line, before, 2, defaultStrikethroughDelimiterProcessor)