func github.com/yuin/goldmark/ast.NewString

12 uses

	github.com/yuin/goldmark/ast (current package)
		inline.go#L282: func NewString(v []byte) *String {

	github.com/yuin/goldmark/extension
		typographer.go#L172: 				node := gast.NewString(s.Substitutions[EmDash])
		typographer.go#L179: 				node := gast.NewString(s.Substitutions[Ellipsis])
		typographer.go#L190: 				node := gast.NewString(s.Substitutions[LeftAngleQuote])
		typographer.go#L198: 				node := gast.NewString(s.Substitutions[RightAngleQuote])
		typographer.go#L205: 			node := gast.NewString(s.Substitutions[EnDash])
		typographer.go#L227: 						node := gast.NewString(s.Substitutions[Apostrophe])
		typographer.go#L236: 					node := gast.NewString(s.Substitutions[Apostrophe])
		typographer.go#L256: 				node := gast.NewString(s.Substitutions[nt])
		typographer.go#L265: 					node := gast.NewString(s.Substitutions[RightSingleQuote])
		typographer.go#L275: 				node := gast.NewString(s.Substitutions[LeftDoubleQuote])
		typographer.go#L289: 					node := gast.NewString(s.Substitutions[RightDoubleQuote])