Versions in this module Expand all Collapse all v0 v0.0.1 Mar 28, 2024 Changes in this version + func HeaderExtra(atom Atom) (key string, val string, ok bool) + func IsEmptyParagraph(atom Atom) bool + func Md2Man(cnf *ManConfig, md *Md) string + type Atom interface + type Blockquote struct + Quoted []Atom + type Br struct + type Code struct + Lang string + Text string + type Header struct + Level int + Text string + Whitespace string + type LineAtom interface + type Link struct + Link string + Text string + Title string + type ManConfig struct + Environment map[string]string + type Md struct + Atoms []Atom + func Parse(mediatype string, r io.Reader) (*Md, error) + func (md *Md) MarshalText() ([]byte, error) + func (md *Md) UnmarshalText(text []byte) error + type Paragraph struct + LineAtoms []LineAtom + type Text struct + Bold bool + Code bool + Italic bool + Text string