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

5 uses

	github.com/yuin/goldmark/extension (current package)
		typographer.go#L94: type TypographerOption interface {
		typographer.go#L118: func WithTypographicSubstitutions(values map[TypographicPunctuation][]byte) TypographerOption {
		typographer.go#L150: func NewTypographerParser(opts ...TypographerOption) parser.InlineParser {
		typographer.go#L306: 	options []TypographerOption
		typographer.go#L313: func NewTypographer(opts ...TypographerOption) goldmark.Extender {