Versions in this module Expand all Collapse all v1 v1.0.1 Jan 28, 2021 Changes in this version + func Convert(w io.Writer, r io.Reader, highlights bool) error + type HighlightedText struct + func (r *HighlightedText) Rule(next godown.WalkFunc) (string, godown.WalkFunc) + type Note struct + CTime time.Time + Content []byte + MTime time.Time + Media map[string]Resource + type Resource struct + Content []byte + Name string + Type ResourceType + type ResourceType string + const File + const Image