func init() { … } type Caption … func (c Caption) PresentCmd() string { … } func (c Caption) TemplateName() string { … } func parseCaption(_ *Context, _ string, _ int, cmd string) (Elem, error) { … }
func init() { … } type Caption … func (c Caption) PresentCmd() string { … } func (c Caption) TemplateName() string { … } func parseCaption(_ *Context, _ string, _ int, cmd string) (Elem, error) { … }