Versions in this module Expand all Collapse all v0 v0.63.3 Jan 28, 2020 Changes in this version + type LinkContext interface + Destination func() string + Page func() interface{} + PlainText func() string + Text func() string + Title func() string + type LinkRenderer interface + Render func(w io.Writer, ctx LinkContext) error + type Render struct + ImageRenderer LinkRenderer + LinkRenderer LinkRenderer + func (r *Render) Eq(other interface{}) bool