type github.com/yuin/goldmark/parser.reference
6 uses
github.com/yuin/goldmark/parser (current package)
parser.go#L29: type reference struct {
parser.go#L37: return &reference{label, destination, title}
parser.go#L40: func (r *reference) Label() []byte {
parser.go#L44: func (r *reference) Destination() []byte {
parser.go#L48: func (r *reference) Title() []byte {
parser.go#L52: func (r *reference) String() string {
![]() |
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. |