type MD struct 1type MD struct { 2 elements []string 3} Copy source Methods on MD func Bullet method on MD 1func (m *MD) Bullet(point string) Copy source func Code method on MD 1func (m *MD) Code(text string) Copy source func H1 method on MD 1func (m *MD) H1(text string) Copy source func H3 method on MD 1func (m *MD) H3(text string) Copy source func Im method on MD 1func (m *MD) Im(path string, caption string) Copy source func P method on MD 1func (m *MD) P(text string) Copy source func Render method on MD 1func (m *MD) Render() string Copy source