func github.com/yuin/goldmark/renderer/html.NewConfig

10 uses

	github.com/yuin/goldmark/renderer/html (current package)
		html.go#L22: func NewConfig() Config {
		html.go#L152: 		Config: NewConfig(),

	github.com/yuin/goldmark/extension
		definition_list.go#L184: 		Config: html.NewConfig(),
		footnote.go#L297: 		Config:        html.NewConfig(),
		strikethrough.go#L72: 		Config: html.NewConfig(),
		table.go#L65: 		Config:               html.NewConfig(),
		tasklist.go#L70: 		Config: html.NewConfig(),

	github.com/yuin/goldmark-emoji
		emoji.go#L265: 			Config:          html.NewConfig(),

	golang.org/x/pkgsite/internal/frontend
		goldmark.go#L71: 		Config:       html.NewConfig(),

	golang.org/x/pkgsite/internal/postgres
		goldmark.go#L47: 		Config: html.NewConfig(),