Documentation
¶
Index ¶
- func NewHTMLWriter(node Node) io.WriterTo
- type BlockRex
- type BlockText
- type Blockquote
- type Br
- type Code
- type Def
- type Del
- type Em
- type HTML
- type HTMLWriter
- type Heading
- type Hr
- type Image
- type InlineCode
- type InlineRex
- type InlineText
- type Item
- type Link
- type List
- type MarkDown
- type Marker
- type Node
- type Nptable
- type Space
- type Strong
- type Text
- type WriterWrapper
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Marker ¶
type Marker struct {
// contains filtered or unexported fields
}
Marker is a mark parser for markdown
type WriterWrapper ¶
type WriterWrapper struct {
// contains filtered or unexported fields
}
WriterWrapper ...
func (WriterWrapper) Error ¶
func (wrapper WriterWrapper) Error() (err error)
func (WriterWrapper) NumberOfBytes ¶
func (wrapper WriterWrapper) NumberOfBytes() (n int64)
NumberOfBytes ...
Click to show internal directories.
Click to hide internal directories.