Documentation
¶
Overview ¶
TODO What does utf8.DecodeRuneInString("") return? I hope utf8.RuneError, but probably just '\x00'?
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Atom ¶
type Atom interface {
// contains filtered or unexported methods
}
type Blockquote ¶
type Blockquote struct {
Quoted []Atom
}
e-mail quotes coincide syntactically with markdown blockquotes
type Br ¶
type Br struct{}
type Header ¶
type LineAtom ¶
type LineAtom interface {
// contains filtered or unexported methods
}
type Link ¶
type Link struct {
// Link should be a parseable URL (or an e-mail address)
Text, Link, Title string
}
Click to show internal directories.
Click to hide internal directories.