Documentation ¶
Index ¶
- func Bold(value string) string
- func Code(value string) string
- func LinkHeader(name, reference string) string
- type Align
- type Markdown
- func (markdown *Markdown) Bold(value string)
- func (markdown *Markdown) CodeBlock(value string)
- func (markdown *Markdown) EmptyLine()
- func (markdown *Markdown) Header1(value string)
- func (markdown *Markdown) Header2(value string)
- func (markdown *Markdown) Line(value string)
- func (markdown *Markdown) ListItem(value string)
- func (markdown *Markdown) Paragraph(value string)
- func (markdown *Markdown) String() string
- type Table
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LinkHeader ¶
Types ¶
type Markdown ¶
func NewMarkdown ¶
func NewMarkdown() *Markdown
Click to show internal directories.
Click to hide internal directories.