Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MarkdownStreamParser ¶
type MarkdownStreamParser struct {
// contains filtered or unexported fields
}
MarkdownStreamParser reads a markdown file and yields documents split roughly by top-level headers.
func NewMarkdownStreamParser ¶
func NewMarkdownStreamParser(splitLevel int) *MarkdownStreamParser
func (*MarkdownStreamParser) GetSupportedTypes ¶
func (p *MarkdownStreamParser) GetSupportedTypes() []string
Click to show internal directories.
Click to hide internal directories.