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])
![]() |
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. |