Documentation ¶
Index ¶
- func ManRenderer(flags int) blackfriday.Renderer
- type Man
- func (m *Man) AutoLink(out *bytes.Buffer, link []byte, kind int)
- func (m *Man) BlockCode(out *bytes.Buffer, text []byte, lang string)
- func (m *Man) BlockHtml(out *bytes.Buffer, text []byte)
- func (m *Man) BlockQuote(out *bytes.Buffer, text []byte)
- func (m *Man) CodeSpan(out *bytes.Buffer, text []byte)
- func (m *Man) DocumentFooter(out *bytes.Buffer)
- func (m *Man) DocumentHeader(out *bytes.Buffer)
- func (m *Man) DoubleEmphasis(out *bytes.Buffer, text []byte)
- func (m *Man) Emphasis(out *bytes.Buffer, text []byte)
- func (m *Man) Entity(out *bytes.Buffer, entity []byte)
- func (m *Man) FootnoteItem(out *bytes.Buffer, name, text []byte, flags int)
- func (m *Man) FootnoteRef(out *bytes.Buffer, ref []byte, id int)
- func (m *Man) Footnotes(out *bytes.Buffer, text func() bool)
- func (m *Man) GetFlags() int
- func (m *Man) HRule(out *bytes.Buffer)
- func (m *Man) Header(out *bytes.Buffer, text func() bool, level int, id string)
- func (m *Man) Image(out *bytes.Buffer, link []byte, title []byte, alt []byte)
- func (m *Man) LineBreak(out *bytes.Buffer)
- func (m *Man) Link(out *bytes.Buffer, link []byte, title []byte, content []byte)
- func (m *Man) List(out *bytes.Buffer, text func() bool, flags int)
- func (m *Man) ListItem(out *bytes.Buffer, text []byte, flags int)
- func (m *Man) NormalText(out *bytes.Buffer, text []byte)
- func (m *Man) Paragraph(out *bytes.Buffer, text func() bool)
- func (m *Man) RawHtmlTag(out *bytes.Buffer, tag []byte)
- func (m *Man) StrikeThrough(out *bytes.Buffer, text []byte)
- func (m *Man) Table(out *bytes.Buffer, header []byte, body []byte, columnData []int)
- func (m *Man) TableCell(out *bytes.Buffer, text []byte, align int)
- func (m *Man) TableHeaderCell(out *bytes.Buffer, text []byte, align int)
- func (m *Man) TableRow(out *bytes.Buffer, text []byte)
- func (m *Man) TitleBlock(out *bytes.Buffer, text []byte)
- func (m *Man) TripleEmphasis(out *bytes.Buffer, text []byte)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ManRenderer ¶
func ManRenderer(flags int) blackfriday.Renderer
Types ¶
type Man ¶
type Man struct{}
func (*Man) DocumentFooter ¶
func (*Man) DocumentHeader ¶
func (*Man) FootnoteItem ¶
func (*Man) TableHeaderCell ¶
Click to show internal directories.
Click to hide internal directories.