type github.com/yuin/goldmark/parser.Reference
11 uses
github.com/yuin/goldmark/parser (current package)
parser.go#L15: type Reference interface {
parser.go#L36: func NewReference(label, destination, title []byte) Reference {
parser.go#L148: AddReference(Reference)
parser.go#L152: Reference(label string) (Reference, bool)
parser.go#L155: References() []Reference
parser.go#L225: refs map[string]Reference
parser.go#L244: refs: map[string]Reference{},
parser.go#L352: func (p *parseContext) AddReference(ref Reference) {
parser.go#L359: func (p *parseContext) Reference(label string) (Reference, bool) {
parser.go#L364: func (p *parseContext) References() []Reference {
parser.go#L365: ret := make([]Reference, 0, len(p.refs))
![]() |
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. |