type github.com/russross/blackfriday/v2.reference
10 uses
github.com/russross/blackfriday/v2 (current package)
inline.go#L498: ref := &reference{
markdown.go#L176: refs map[string]*reference
markdown.go#L186: notes []*reference
markdown.go#L195: func (p *Markdown) getRef(refid string) (ref *reference, found bool) {
markdown.go#L202: return &reference{
markdown.go#L276: p.refs = make(map[string]*reference)
markdown.go#L309: p.notes = make([]*reference, 0)
markdown.go#L526: type reference struct {
markdown.go#L536: func (r *reference) String() string {
markdown.go#L626: ref := &reference{
![]() |
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. |