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])
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |