const github.com/yuin/goldmark/extension.EmDash

4 uses

	github.com/yuin/goldmark/extension (current package)
		typographer.go#L50: 	EmDash
		typographer.go#L76: 	replacements[EmDash] = []byte("—")
		typographer.go#L171: 			if s.Substitutions[EmDash] != nil && line[1] == '-' && line[2] == '-' { // ---
		typographer.go#L172: 				node := gast.NewString(s.Substitutions[EmDash])