Documentation
¶
Overview ¶
A markdown processor. Converts markdown to an internal format that may be rendered later as HTML or treated as data
The markdown does follow mostly the de-facto rules, but not all.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CleanToLower ¶
Types ¶
type Document ¶
type Document struct {
// contains filtered or unexported fields
}
func (*Document) HtmlNoHeader ¶
Html returnes the Document in HTML format, but skip the first header
func (*Document) HtmlWithLinks ¶
Html returnes the Document in HTML format