Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Parser ¶
type Parser struct {
// contains filtered or unexported fields
}
Parser parses the content of Markdown notes.
func NewParser ¶
func NewParser(options ParserOpts, logger util.Logger) *Parser
NewParser creates a new Markdown Parser.
func (*Parser) ParseNoteContent ¶ added in v0.7.0
func (p *Parser) ParseNoteContent(content string) (*core.NoteContent, error)
ParseNoteContent implements core.NoteContentParser.
type ParserOpts ¶
Click to show internal directories.
Click to hide internal directories.